Gents :
I am messing around for the first time with openLDAP on a new SuSE 9.2 Pro. Combining some docs from SuSE / Gentoo and the OpenLDAP 2.2 Admin Guide
I installed the necc. soft via yast.
installed a ssl cert with
openssl req -config /etc/ssl/openssl.cnf -new -x509 -nodes -out ldap.pem -keyout /etc/openldap/ssl/ldap.pem -days 999999
Adjusted the .conf files in /etc/openldap and the /etc/ldap.conf (If someone wants to dig in these files I can send them off list)
Can't get things to work properly :-(
From the logs (starting ldap)
Feb 10 14:38:16 ontario slapd[18417]: bdb_initialize: Sleepycat Software: Berkeley DB 4.2.52: (October 5, 2004)
Feb 10 14:38:16 ontario slapd[18417]: bdb_db_init: Initializing bdb database
Feb 10 14:38:16 ontario slapd[18418]: slapd starting
Feb 10 14:38:16 ontario slapd[18418]: conn=0 fd=11 ACCEPT from IP=127.0.0.1:33067 (IP=0.0.0.0:389)
Feb 10 14:38:16 ontario slapd[18418]: conn=0 op=0 BIND dn="" method=128
Feb 10 14:38:16 ontario slapd[18418]: conn=0 op=0 RESULT tag=97 err=0 text=
Feb 10 14:38:16 ontario slapd[18418]: conn=0 op=1 SRCH base="" scope=0 deref=0 filter="(objectClass=*)"
Feb 10 14:38:16 ontario slapd[18418]: conn=0 op=2 UNBIND
Feb 10 14:38:16 ontario slapd[18418]: conn=0 op=1 SEARCH RESULT tag=101 err=0 nentries=1 text=
Feb 10 14:38:16 ontario slapd[18418]: conn=0 fd=11 closed
Executing ldap search
Feb 10 14:38:32 ontario slapd[18418]: conn=1 fd=11 ACCEPT from IP=127.0.0.1:33068 (IP=0.0.0.0:389)
Feb 10 14:38:32 ontario slapd[18418]: conn=1 op=0 SRCH base="" scope=0 deref=0 filter="(objectClass=*)"
Feb 10 14:38:32 ontario slapd[18418]: conn=1 op=0 SRCH attr=supportedSASLMechanisms
Feb 10 14:38:32 ontario slapd[18418]: conn=1 op=0 SEARCH RESULT tag=101 err=0 nentries=1 text=
Feb 10 14:38:32 ontario slapd[18418]: conn=1 fd=11 closed
What I see on the screen: ldapsearch -D "cn=Manager,dc=XxXxXxX,dc=com" -W Enter LDAP Password: ldap_sasl_interactive_bind_s: No such attribute (16)
Anybody has a clue whats going on?
Are those empty strings for BIND dn="" and SRCH base="" normal?
Where can I find some good doc about SASL, got no clue what it actually is... :-(
Thanks
Pete
_______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

