2011-01-29 10:58:57 +01:00
|
|
|
## ldap helper programs
|
2011-01-26 02:22:09 +01:00
|
|
|
|
2011-01-13 08:54:01 +01:00
|
|
|
These programs were contributed by the Nokia MeeGo folks.
|
|
|
|
|
|
|
|
The first 2 are perl and shell verisions of programs meant to be used as
|
|
|
|
`$GL_GET_MEMBERSHIPS_PGM` (see [this][ldap] for more).
|
|
|
|
|
|
|
|
|
|
|
|
* ldap-query-example.pl
|
|
|
|
* ldap-query-example.sh
|
|
|
|
|
|
|
|
The third program is meant to be installed as an adc (admin-defined command,
|
|
|
|
see [here][adc]), and helps users change their LDAP passwords.
|
|
|
|
|
|
|
|
* passwd
|
|
|
|
|
|
|
|
Enjoy!
|
|
|
|
|
2011-01-26 03:09:12 +01:00
|
|
|
[ldap]: http://sitaramc.github.com/gitolite/doc/big-config.html#_storing_usergroup_information_outside_gitolite_like_in_LDAP_
|
|
|
|
[adc]: http://sitaramc.github.com/gitolite/doc/admin-defined-commands.html
|