-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
23 lines (17 loc) · 857 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description:
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.
System requirements:
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.
Installation:
tar zxvf adtools-1.x.tar.gz
cd adtools-1.x
./configure
make
make install
Configure options:
--prefix=install_path
--with-ldap=/openldap_install_prefix
Configuration:
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.
Usage:
See the adtool man page