Skip to content

Instantly share code, notes, and snippets.

@mattias-lidman
Created October 13, 2011 20:04
Show Gist options
  • Save mattias-lidman/1285344 to your computer and use it in GitHub Desktop.
Save mattias-lidman/1285344 to your computer and use it in GitHub Desktop.
Config: {'x509_certificate': '/vagrant/go_ldap/keys/cacert.pem', 'ssl': 'False', 'allow_anonymous_bind': 'False', 'cache_time': '2', 'community_name': 'birn', 'x509_private_key': '/vagrant/go_ldap/keys/privkey.pem', 'root_dn_name': 'birncommunity', 'go_host_url': 'birndev.globuscs.info', 'port': '8085'}
2011-10-13 22:03:28+0200 [-] Log opened.
2011-10-13 22:03:28+0200 [-] STARTING SERVER... SSL False
2011-10-13 22:03:28+0200 [-] {'host_url': 'birndev.globuscs.info', 'cache_time': 2}
2011-10-13 22:03:28+0200 [-] GO WRAPPER birndev.globuscs.info
2011-10-13 22:03:28+0200 [-] ldap_server.go_ldap_server_factory.LDAPServerFactory starting on 8085
2011-10-13 22:03:28+0200 [-] Starting factory <ldap_server.go_ldap_server_factory.LDAPServerFactory instance at 0x979142c>
2011-10-13 22:03:37+0200 [LDAPServer,0,127.0.0.1] handle_LDAPBindRequest
2011-10-13 22:03:37+0200 [LDAPServer,0,127.0.0.1] DN in BindRequest: cn=efdisk,dc=users,o=birncommunity
2011-10-13 22:03:37+0200 [community] root lookup 3
2011-10-13 22:03:37+0200 [community] :cn=efdisk:dc=users:o=birncommunity
2011-10-13 22:03:37+0200 [users] lookup cn=efdisk,dc=users,o=birncommunity
2011-10-13 22:03:37+0200 [users] Get users - checking TTL...
2011-10-13 22:03:37+0200 [users] current time 2011-10-13 20:03:37.888640 (expire None)
2011-10-13 22:03:37+0200 [go_wrapper] get go groups None
2011-10-13 22:03:38+0200 [go_wrapper] Getting users from group 57b451c3-e5b6-49b2-9c2a-df831219ae0c
2011-10-13 22:03:38+0200 [go_wrapper] get go group members 57b451c3-e5b6-49b2-9c2a-df831219ae0c
2011-10-13 22:03:41+0200 [user] efdisk: lookup cn=efdisk,dc=users,o=birncommunity
2011-10-13 22:03:41+0200 [user] efdisk: Binding ()
2011-10-13 22:03:41+0200 [go_wrapper] authenticate user efdisk
2011-10-13 22:03:42+0200 [LDAPServer,0,127.0.0.1] {u'message': u'Invalid username or password', u'code': u'AUTHFAIL', u'resource': u'/authenticate', u'request_id': u'29c87e5e-0f3d-4991-a210-edb0b7332fdc'}
2011-10-13 22:03:42+0200 [user] efdisk: Trying oauth authentication
2011-10-13 22:03:42+0200 [go_wrapper] Checking oauth authentication efdisk -
2011-10-13 22:03:42+0200 [LDAPServer,0,127.0.0.1] handle_LDAPUnbindRequest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment