adtool is a unix command line utility for Active Directory administration. Features include user and group creation, deletion, modification, password setting and directory query and search capabilities. Not fully tested yet so far.
adtool requires LDAP libraries to be installed (www.openldap.org). To use secure (ldaps://) connections OpenLDAP has to have been built with SSL support. SSL support is required for the password setting feature to work.
Copy the build-openldap.sh to the uncompressed openldap dir, run the script first
Run build-adtool.sh after openldap libraries built successfully.
An example configuration file is installed to {prefix}/etc/adtool.cfg.dist. Rename this to adtool.cfg and edit as appropriate. Alternatively, command line options can be used.
See the adtool man page
Add aarch64 supportAdd static compiling(muslib) support- "make install-strip" is not working when cross compiling, STRIPPROG is not working
- See the TODO file
- I encounter "am__api_version" hard coded in aclocal.m4, error: "can't find aclocal-1.7"
Fix:
autoreconf --force --install