Hi! I have got an authorization Problem concerning ldap and Microsoft Windows 2003 AD Server. I`m absolutely new to ldap and Microsoft AD. I tried a simple request but I only receive this: ldapsearch -h 192.168.0.1 -x -b dc=example,dc=com version: 2 # # filter: (objectclass=*) # requesting: ALL # # search result search: 2 result: 1 Operations error text: 00000000: LdapErr: DSID-0C0905FF, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, vece # numResponses: 1 Instead of useing the '-x' option with -k I got : ldapsearch: not compiled with Kerberos support Any hints for me ? Thanks. Stefan
Hi, Am Tuesday 12 October 2004 11:10 schrieb Stefan.Junge@ssi-schaefer.de:
ldapsearch -h 192.168.0.1 -x -b dc=example,dc=com You ight want to specify a BindDN, like: ldapsearch -h <host> -D cn=user,dc=example,dc=com -x -b (.....) There ist /etc/ldap.conf and yast2 ldap as well to play with HTH Dan -- buddha 2.6.4-54.5-default 9:05am an 19:31, 1 Benutzer,
participants (2)
-
Dan Am
-
Stefan.Junge@ssi-schaefer.de