GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ADTOOL(1) FreeBSD General Commands Manual ADTOOL(1)

adtool - Active Directory administration tool

adtool [-h] [-v] [-H uri] [-D binddn] [-w bindpasswd] [-b searchbase] operation [arguments...]

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.

Output usage information.
Output version information.
The uri of the Active Directory server to connect to, eg. ldap://ad1.example.com.
The distinguished name of the user to bind to the server as, eg. cn=admin,ou=usrs,dc=example,dc=com.
The password to authenticate with.
The distinguished name of the base for any operations that involve searching the directory, eg. ou=users,dc=example,dc=com.

create a new user
delete a user
disable a user account
enable a user account
set user's password. The password can be entered either as an argument or interactively, in which case it is not echoed back to the screen.
move user to another container
rename user
create a new computer account
create a new group
delete a group
add a user to a group
remove a user from a group
remove a user from all groups below a given ou
create a new organizational unit
delete an organizational unit
display attribute values
add an attribute
add an attribute from a file
replace an attribute
delete an attribute or attribute instance
simple ldap search

The command line options can instead be specified in a configuration file. An example is installed to (install prefix)/etc/adtool.cfg.dist. Rename this to adtool.cfg and edit as appropriate.

server to connect to
distinguished name of the user to bind to the server as.
password to bind to the server with.
base for search operations.

Mike Dawson <mjd@dexy.mine.nu> http://dexy.mine.nu/adtool/

October 2002 adtool 1.2

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.