Run out of ideas and changed the Change Password LDAP String I dont know how many times...
Thanks!
--
You received this message because you are subscribed to the Google Groups "pwm-general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pwm-general...@googlegroups.com.
To post to this group, send email to pwm-g...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pwm-general/e970779f-f2f0-4afe-94a9-23ccf3711a81%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
To view this discussion on the web visit https://groups.google.com/d/msgid/pwm-general/e32123dd-0eec-4988-b7e8-0b7db395df17%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pwm-general/CAB3ntOtaTZpOUQmwtm4ccDpPoNwc7uib5E8khpS8S3shhmUoig%40mail.gmail.com.
2013-07-10 20:09:33, INFO , servlet.ForgottenPasswordServlet, {1uj} 5027 ERROR_UNAUTHORIZED (does not match forgotten password query match)
From the trace dump, this is the best I could produce. And based on the AD "Container" that makes perfect sense! Since it is picking other objects incl Exchange ActiveSync.
Jason,
Thank you for your help! I appreciate it. I will give it another go! I suspect its the contextless LDAP base thats also cause issues in this specific scenario. However in order for Pwm Admins to login, its the only solution due to OU Structure.
Does the %USERNAME% variable carry across to the 2nd ldap operation (permission check)? Then I can try be specific and use the following:
(&(&(objectCategory=person)(objectClass=user)(samAccountName=%USERNAME%)))
Im pretty sure I tried it and she failed. So will remove tweak that.
Thanks again guys, will revert my findings.
Thank you for your help! I appreciate it. I will give it another go! I suspect its the contextless LDAP base thats also cause issues in this specific scenario. However in order for Pwm Admins to login, its the only solution due to OU Structure.
Does the %USERNAME% variable carry across to the 2nd ldap operation (permission check)? Then I can try be specific and use the following:
(&(&(objectCategory=person)(objectClass=user)(samAccountName=%USERNAME%)))
2013-07-25 16:47:55, TRACE, provider.WireTraceWrapper, begin op#7 search(ou=Region,dc=test,dc=company,dc=com,SearchHelper: filter: (&(objectClass=user)(objectCategory=person)(samAccountName=accountname)), scope: SUBTREE, attributes: [])
2013-07-25 16:47:55, TRACE, provider.WireTraceWrapper, finish op#7 result: {CN=Test User,OU=Department,OU=Users,OU=City,ou=Region,dc=test,dc=company,dc=com={}} (1ms)
2013-07-25 16:47:55, TRACE, pwm.UserStatusHelper, {250} username match found: CN=Test User,OU=Department,OU=Users,OU=City,ou=Region,dc=test,dc=company,dc=com [8.8.8.8]
2013-07-25 16:47:55, TRACE, provider.WireTraceWrapper, begin op#8 search(CN=Test User,OU=Department,OU=Users,OU=City,ou=Region,dc=test,dc=company,dc=com,(objectClass=*),[],SUBTREE)
2013-07-25 16:47:55, TRACE, provider.WireTraceWrapper, finish op#8 result: {CN=ExchangeActiveSyncDevices,CN=Test User,OU=Department,OU=Users,OU=City,ou=Region,dc=test,dc=company,dc=com={}, CN=Android?android24141423561,CN=ExchangeActiveSyncDevices,CN=Test User,OU=Department,OU=Users,OU=City,ou=Region,dc=test,dc=company,dc=com={}, CN=Test User,OU=Department,OU=Users,OU=City,ou=Region,dc=test,dc=company,dc=com={}} (1ms)
2013-07-25 16:47:55, INFO , servlet.ForgottenPasswordServlet, {250} 5027 ERROR_UNAUTHORIZED (does not match forgotten password query match) [8.8.8.8]
Username Search Filter: (&(objectClass=user)(objectCategory=person)(samAccountName=%USERNAME%))
Change Password Query Match: (&(objectclass=user)(objectcategory=person)
Please let me know if Im missing anything. No matter what I change that search string to it seems to use Objectclass=*, is this hardcoded?
Thanks!
--
You received this message because you are subscribed to the Google Groups "pwm-general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pwm-general...@googlegroups.com.
To post to this group, send email to pwm-g...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pwm-general/6a305775-90ce-49c2-9a4a-55ea1b79ad00%40googlegroups.com.
Working 100% now!