adpasswd 0.2
adpasswd.py Pure Python Command line interface to change Active Directory Passwords via LDAP. usage: adpasswd.py username [password]
adpasswd.py: Pure Python Command line interface to change Active Directory Passwords via LDAP.
SETUP:
you need a config file.
config files can either be in the Current Working Directory, or in ~/
config files are always named .adpasswd.cfg and are INI style.
Example:
[ad]
host: ad.blah.com
port: 636
binddn: cn=Administrator,CN=Users,DC=ad,DC=blah,DC=com
bindpw: changemequickly
searchdn: DC=ad,DC=blah,DC=com
All of the options above MUST exist, and be configured properly for this to work.
Once you have a config file setup, then it's EASY to use:
adpasswd.py username [password]
you can call it with a password or not, if you don't you will be prompted for one.
you get NO OUTPUT (but successful return) if everything went well. (good for scripts!)
If things went wrong, you will be told about it.
Bug reports, etc please use launchpad: https://launchpad.net/adpasswd
CREDITS:
ldaplib.py originally from scmgre@users.sourceforge.net
URL: http://sourceforge.net/projects/ldaplibpy/
Big thanks for doing all the hard work!
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
|
adpasswd-0.2.macosx-10.5-i386.tar.gz
(md5)
built for Darwin-9.7.0 |
"dumb" binary | any | 2009-08-04 05:46:18.382975 | 11KB | 67 |
| adpasswd-0.2.tar.gz (md5) | Source | 2009-08-04 05:46:07.416779 | 7KB | 93 | |
- Author: Craig Sawyer <csawyer at yumaed org>
- Home Page: https://launchpad.net/adpasswd
- Keywords: ldap activedirectory AD
- License: GPL v2
-
Categories
- Development Status :: 4 - Beta
- Environment :: Console
- Intended Audience :: Developers
- Intended Audience :: Information Technology
- Intended Audience :: System Administrators
- License :: OSI Approved :: GNU General Public License (GPL)
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: System :: Systems Administration
- Topic :: System :: Systems Administration :: Authentication/Directory
- Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
- Topic :: Utilities
- Package Index Owner: csawyer
- DOAP record: adpasswd-0.2.xml
Log in to rate this package.
