CID (Closed In Directory) is a set of bash scripts for inserting and managing Linux computers in Active Directory domains. Modifications made to the system allow Linux to behave like a Windows computer within AD.
LDAP cli tools. Includes MemberOf to test if user/computer is member of group.
Examples:
ldap memberof myserver mydomain user pass dc=mydomain,dc=com testaccount testgroup
if %ERRORLEVEL%==1 goto action
Where user/pass must have access to LDAP server.
To test computer add $ to computername.
Source @ github.com/pquiring/javaforce
Built using GraalVM
FDS Toolkit is a suite of user/group management tools for Fedora Directory Server, including a perl API for managing all aspects of Person, Posix, Samba and AIX users, and samba computer accounts. Both command line and webmin tools are available/planned.