Hello John,

as you are not member of the list, your messages were moderated. Please subscribe to the list: https://lists.ltb-project.org/cgi-bin/mailman/listinfo/ltb-users

nightair:/home/jctobin/public_html/conf # ldapsearch -h 
a-nightmare.dark.net<http://a-nightmare.dark.net> -x -b dc=dark,dc=net 
uid=passwdtst1
# extended LDIF
#
# LDAPv3
# base <dc=dark,dc=net> with scope subtree
# filter: uid=passwdtst1
# requesting: ALL
#

# passwdtst1, people, dark.net<http://dark.net>
dn: uid=passwdtst1,ou=people,dc=dark,dc=net
uid: passwdtst1
cn: password xxxxxxxx
objectClass: account
objectClass: posixAccount
objectClass: top
objectClass: shadowAccount
objectClass: sambaSamAccount
loginShell: /bin/ksh
uidNumber: 5xxx
gidNumber: 100
homeDirectory: /home/passwdtst1



/conf/config.inc.conf



$ldap_filter = "(&(objectClass=person)($ldap_login_attribute={login}))";

The configuration of your LDAP filter does not match your entries, so user is not found.


Clément.
_______________________________________________
ltb-users mailing list
ltb-users@lists.ltb-project.org
https://lists.ltb-project.org/cgi-bin/mailman/listinfo/ltb-users

Reply via email to