nach vielen Stunden, zahllosen Versuchen und unendlichen Recherchen will ich mich doch einmal hier ins Forum wagen, ob mir nicht jemand das Brett vor dem Kopf entfernen kann.
Lokal habe ich unter testing einen slapd (2.3.24-2) zu laufen, mit sasl, und habe keinen Ärger damit. Auf meinem gerade fregegebenen VServer läuft stable mit slapd (2.2.23-8). Der verweigert mir hartnäckig die Authentifizierung via SASL.
An SASL-libraries sind installiert:
Code: Alles auswählen
# dpkg -l | grep sasl
ii libsasl2 2.1.19-1.5sarg Authentication abstraction library
ii libsasl2-modul 2.1.19-1.5sarg Pluggable Authentication Modules for SASL
ii sasl2-bin 2.1.19-1.5sarg Programs for manipulating the SASL users dat
#
Code: Alles auswählen
sasl-regexp
uid=(.*),cn=*,cn=auth
ldap:///dc=behoerdenbrowser,dc=de??sub?(cn=$1)
# cn=$1,ou=users,dc=behoerdenbrowser,dc=de
Code: Alles auswählen
~$ ldapsearch -H ldap://88.198.217.228:389 -x -LLL -s base -b "" supportedSaslMechanisms
dn:
supportedSASLMechanisms: OTP
supportedSASLMechanisms: CRAM-MD5
supportedSASLMechanisms: DIGEST-MD5
supportedSASLMechanisms: NTLM
~$
Code: Alles auswählen
~$ ldapwhoami -H ldap://88.198.217.228:389 -U gp -Y digest-md5
SASL/DIGEST-MD5 authentication started
Please enter your password:
ldap_sasl_interactive_bind_s: Internal (implementation specific) error (80)
additional info: SASL(-13): user not found: no secret in database
~$
Code: Alles auswählen
Aug 12 21:46:13 pbloy_kontexis slapd[28944]: conn=7 fd=9 ACCEPT from IP=84.153.84.229:36262 (IP=0.0.0.0:389)
Aug 12 21:46:13 pbloy_kontexis slapd[28944]: conn=7 op=0 BIND dn="" method=163
Aug 12 21:46:16 pbloy_kontexis slapd[28944]: conn=7 op=1 BIND dn="" method=163
Aug 12 21:46:16 pbloy_kontexis slapd[28944]: SASL [conn=7] Failure: no secret in database
Aug 12 21:46:16 pbloy_kontexis slapd[28944]: conn=7 op=1 RESULT tag=97 err=80 text=SASL(-13): user not found: no secret in database
Aug 12 21:46:16 pbloy_kontexis slapd[28944]: conn=7 fd=9 closed
Hat jemand eine Idee?
georg