koha ldap authentification
Description of problem: On local machine is installed windows server 2003 with configured active directory http://koha.1045719.n5.nabble.com/file/n3394082/ad_.png , I installed Ubuntu 10.10 on another machine, here I installed Koha 3.0 which still works well. Koha have configured to allow users from Active Directory authenticate via LDAP module in Koha database. koha-conf.xml contents: <yazgfs> .............. <config> .......................... <useldapserver>1</useldapserver> <ldapserver id="ldapserver"> <hostname>192.168.11.90:389</hostname> <!-- address of LDAP server --> <base>dc=koha,dc=md</base> <user>cn=Administrator,cn=Users,dc=koha,dc=md</user> <!-- DN, if not anonymous --> <pass>Q1W2e3r4</pass> <!-- password, if not anonymous --> <replicate>1</replicate> <!-- add new users from LDAP to Koha database --> <update>1</update> <!-- update existing users in Koha database --> <auth_by_bind>1</auth_by_bind> <mapping> <!-- match koha SQL field names to your LDAP record field names --> <firstname is="givenName" ></firstname> <surname is="sn" ></surname> <address is="postalAddress" ></address> <city is="l" ></city> <branchcode is="" >MAIN</branchcode> <userid is="sAMAccountName" >Administrator</userid> <password is="userPassword" ></password> <categorycode is="employeetype" ></categorycode> </mapping> </ldapserver> </config> </yazgfs> When I try to log in OPAC module, only the user administrator can login, other users can not authenticate in opac module. How things should look to enable authentication and other users. -- View this message in context: http://koha.1045719.n5.nabble.com/koha-ldap-authentification-tp3394082p33940... Sent from the Koha - Discuss mailing list archive at Nabble.com.
participants (1)
-
mihafan