Skip to content

A lightweight LDAP server for development, home use, or CI

Notifications You must be signed in to change notification settings

sharpspring/glauth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K8s GLAuth

change these vars: k8s/var/main.yaml

and your container repo here: redskysec/glauth/scripty5/buildpush

make do

ldapsearch -LLL -H ldap://localhost:389 -D cn=serviceuser,ou=svcaccts,dc=glauth,dc=com -w mysecret -x -bdc=glauth,dc=com cn=hackers

ldapsearch -LLL -H ldap://localhost:3893 -D cn=serviceuser,ou=svcaccts,dc=glauth,dc=com -w mysecret -x -bdc=glauth,dc=com cn=hackers

ldapsearch -LLL -H ldap://localhost:3893 -D cn=serviceuser,ou=svcaccts,dc=glauth,dc=com -w mysecret -x -bdc=glauth,dc=com cn=hackers dn: cn=hackers,ou=superheros,dc=glauth,dc=com cn: hackers uid: hackers ou: superheros uidNumber: 5001 accountStatus: active objectClass: posixAccount objectClass: shadowAccount loginShell: /bin/bash homeDirectory: /home/hackers description: hackers gecos: hackers gidNumber: 5501 memberOf: cn=superheros,ou=groups,dc=glauth,dc=com memberOf: cn=vpn,ou=groups,dc=glauth,dc=com shadowExpire: -1 shadowFlag: 134538308 shadowInactive: -1 shadowLastChange: 11000 shadowMax: 99999 shadowMin: -1 shadowWarning: 7

About

A lightweight LDAP server for development, home use, or CI

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 64.2%
  • HTML 18.2%
  • Shell 8.8%
  • Makefile 4.4%
  • Dockerfile 2.0%
  • JavaScript 1.8%
  • CSS 0.6%