Advertisement
Guest User

Post 31788023

a guest
Aug 4th, 2015
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.46 KB | None | 0 0
  1. root@server:~# nslcd -d
  2.         nslcd: DEBUG: add_uri(ldap://dc.domain.com:389/)
  3.         nslcd: version 0.8.10 starting
  4.         nslcd: DEBUG: setgroups(0,NULL) done
  5.         nslcd: DEBUG: setgid(111) done
  6.         nslcd: DEBUG: setuid(105) done
  7.         nslcd: accepting connections
  8.         nslcd: [8b4567] DEBUG: connection from pid=3532 uid=0 gid=0
  9.         nslcd: [8b4567] <authc="username"> DEBUG: nslcd_pam_authc("username","sshd","***")
  10.         nslcd: [8b4567] <authc="username"> DEBUG: myldap_search(base="dc=domain,dc=com", filter="(&(objectClass=user)(sAMAccountName=username))")
  11.         nslcd: [8b4567] <authc="username"> DEBUG: ldap_initialize(ldap://dc.domain.com:389/)
  12.         nslcd: [8b4567] <authc="username"> DEBUG: ldap_set_rebind_proc()
  13.         nslcd: [8b4567] <authc="username"> DEBUG: ldap_set_option(LDAP_OPT_PROTOCOL_VERSION,3)
  14.         nslcd: [8b4567] <authc="username"> DEBUG: ldap_set_option(LDAP_OPT_DEREF,0)
  15.         nslcd: [8b4567] <authc="username"> DEBUG: ldap_set_option(LDAP_OPT_TIMELIMIT,0)
  16.         nslcd: [8b4567] <authc="username"> DEBUG: ldap_set_option(LDAP_OPT_TIMEOUT,0)
  17.         nslcd: [8b4567] <authc="username"> DEBUG: ldap_set_option(LDAP_OPT_NETWORK_TIMEOUT,0)
  18.         nslcd: [8b4567] <authc="username"> DEBUG: ldap_set_option(LDAP_OPT_REFERRALS,LDAP_OPT_ON)
  19.         nslcd: [8b4567] <authc="username"> DEBUG: ldap_set_option(LDAP_OPT_RESTART,LDAP_OPT_ON)
  20.         nslcd: [8b4567] <authc="username"> DEBUG: ldap_simple_bind_s("CN=sys_ldap,OU=Service Users,OU=domain,DC=domain,DC=com","***") (uri="ldap://dc.domain.com:389/")
  21.         nslcd: [8b4567] <authc="username"> DEBUG: ldap_result(): CN=Firstname Lastname,OU=Standard Users,OU=domain,DC=domain,DC=com
  22.         nslcd: [8b4567] <authc="username"> DEBUG: myldap_search(base="CN=Firstname Lastname,OU=Standard Users,OU=domain,DC=domain,DC=com", filter="(objectClass=*)")
  23.         nslcd: [8b4567] <authc="username"> DEBUG: ldap_initialize(ldap://dc.domain.com:389/)
  24.         nslcd: [8b4567] <authc="username"> DEBUG: ldap_set_rebind_proc()
  25.         nslcd: [8b4567] <authc="username"> DEBUG: ldap_set_option(LDAP_OPT_PROTOCOL_VERSION,3)
  26.         nslcd: [8b4567] <authc="username"> DEBUG: ldap_set_option(LDAP_OPT_DEREF,0)
  27.         nslcd: [8b4567] <authc="username"> DEBUG: ldap_set_option(LDAP_OPT_TIMELIMIT,0)
  28.         nslcd: [8b4567] <authc="username"> DEBUG: ldap_set_option(LDAP_OPT_TIMEOUT,0)
  29.         nslcd: [8b4567] <authc="username"> DEBUG: ldap_set_option(LDAP_OPT_NETWORK_TIMEOUT,0)
  30.         nslcd: [8b4567] <authc="username"> DEBUG: ldap_set_option(LDAP_OPT_REFERRALS,LDAP_OPT_ON)
  31.         nslcd: [8b4567] <authc="username"> DEBUG: ldap_set_option(LDAP_OPT_RESTART,LDAP_OPT_ON)
  32.         nslcd: [8b4567] <authc="username"> DEBUG: ldap_simple_bind_s("CN=Firstname Lastname,OU=Standard Users,OU=domain,DC=domain,DC=com","***") (uri="ldap://dc.domain.com:389/")
  33.         nslcd: [8b4567] <authc="username"> DEBUG: failed to bind to LDAP server ldap://dc.domain.com:389/: Invalid credentials: 80090308: LdapErr: DSID-0C0903C8, comment: AcceptSecurityContext error, data 52e, v2580
  34.         nslcd: [8b4567] <authc="username"> DEBUG: ldap_unbind()
  35.         nslcd: [8b4567] <authc="username"> CN=Firstname Lastname,OU=Standard Users,OU=domain,DC=domain,DC=com: lookup failed: Invalid credentials
  36.         nslcd: [8b4567] <authc="username"> DEBUG: myldap_search(base="dc=domain,dc=com", filter="(&(objectClass=shadowAccount)(uid=username))")
  37.         nslcd: [8b4567] <authc="username"> DEBUG: ldap_result(): end of results (0 total)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement