ldapsearch -H <URL> -b <BASE> -s sub -D <USER> -x -w <PW>
funktioniert gut
kinit <USER>@<REALM>
ldapsearch -H <URL> -b <BASE> -s sub
schlägt fehl mit:
text: 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1
kinit Administrator@<REALM>
ldapsearch -H <URL> -b <BASE> -s sub
funktioniert auch gut
Das übliche Googeln hat nichts Interessantes ergeben. (Es gibt die üblichen Kommentare bezüglich Zeitversatz und Verwendung eines userPrincipalName
vs-Komponentennamens für -D
, aber dies sollte bei der Verwendung berücksichtigt werden kinit
.)
Irgendwelche Ideen?