From: Leef <fr...@th...> - 2007-04-19 17:00:41
|
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. |