-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
33 lines (21 loc) · 826 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Thanks to Martin Schuster <[email protected]> for the automount map patch
ldaplist is an implementation of ldaplist using python that is similar to ldaplist found on Solaris.
It reads details from /etc/ldap.conf (and similar) to connect to the datastore.
Ininitially developed for RHEL5.
I have included support for nslcd.conf and sssd.conf on RHEL6.
Seems to be working OK on Ubuntu too.
Only simple bind and anonymous authentication is currently supported.
Patches supporting other authentication mechanisms or evidince that it worked in your environment is appreciated.
INSTALLATION:
To install simply run:
make install
RPM:
make rpm
OR:
cp ldaplist-<version>.tar.gz ~/rpmbuild/SOURCES
cd ~/rpmbuild/SOURCES/
rpmbuild -tb ldaplist-<version>.tar.gz
DEB:
make deb
OR:
dpkg-buildpackage -rfakeroot