From: Frank P. L. <fr...@th...> - 2007-04-19 19:24:47
|
I changed LDAP_SEARCH_FIELD to uid and now do not get the (nosuchuser) tag in the debug message: DEBUG: ALLOW_ANON_EDIT = false, ALLOW_BOGO_LOGIN = false, ALLOW_USER_PASSWORDS = true, ENABLE_PAGEPERM = true, USER_AUTH_ORDER: => LDAP => Forbidden, USER_AUTH_POLICY: first-only, PASSWORD_LENGTH_MINIMUM: 0 Still a little confounded. Been trying to get slapd to push out its debug messages on the LDAP server, in case it's my end. Again, any ideas would be helpful. I'm slowly making (some) progress (I think). --Frank On Apr 19, 2007, at 1:00 PM, Leef wrote: > > Hi Folks, I've been looking and trying several different Wikis to > use in > conjunction with. I finally settled on phpWiki a week ago - so I'm > pretty > much a noob at phpwiki. > > I am trying to get it to authenticate against our LDAP server. (an > OsX > Tiger server (10.4.8) running Open Directory) > > It would seem that have successfully been able to bind to the LDAP > server > however I am now getting new debug messages above. I've read > through the > talks in the forum online and they've been very helpful getting me > this far > but now I'm lost. > > DEBUG: ALLOW_ANON_EDIT = false, ALLOW_BOGO_LOGIN = false, > ALLOW_USER_PASSWORDS = true, ENABLE_PAGEPERM = true, > USER_AUTH_ORDER: => > LDAP (nosuchuser) => Forbidden, USER_AUTH_POLICY: first-only, > PASSWORD_LENGTH_MINIMUM: 0 > > Any thoughts or ideas? Perhaps I have overlooked something small? > Thank you in advance. > > --Frank > > > config.ini > USER_AUTH_ORDER = LDAP > USER_AUTH_POLICY = first-only > ;ENABLE_USER_NEW = false > ;ENABLE_PAGEPERM = false > > LDAP_AUTH_HOST = "ldap://10.10.1.10" > LDAP_BASE_DN = "cn=users,dc=Name,dc=local" > LDAP_SET_OPTION = "LDAP_OPT_PROTOCOL_VERSION=3:LDAP_OPT_REFERRALS=0" > LDAP_AUTH_USER = "uid=root,cn=users,dc=Name,dc=local" > LDAP_AUTH_PASSWORD = somePassHere > LDAP_SEARCH_FIELD = memberUID > ;LDAP_OU_USERS = ou=Users > ;LDAP_OU_GROUP = ou=Groups > > > -- > View this message in context: http://www.nabble.com/LDAP-Config- > tf3608405.html#a10082231 > Sent from the phpwiki-talk mailing list archive at Nabble.com. > > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk |