文件名称:gsuite2ldap:将gsuite用户目录用作兼容RFC2307的posixAccount,shadowAccount和posixGroup记录
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-29 12:28:03
Go
gsuite2ldap 将gsuite用户目录用作兼容RFC2307的posixAccount,shadowAccount和posixGroup记录。 根据RFC2307,libc密码,shadow和group函数应映射到以下ldap查询: getpwnam() (&(objectClass=posixAccount)(uid=%s)) getpwuid() (&(objectClass=posixAccount)(uidNumber=%d)) getpwent() (objectClass=posixAccount) getspnam() (&(objectClass=shadowAccount)(uid=%s)) getspent()
【文件预览】:
gsuite2ldap-master
----userlist.go(257B)
----LICENSE(1KB)
----main.go(3KB)
----.gitignore(192B)
----README.md(2KB)
----listuser.go(4KB)