This repository has been archived by the owner on Oct 4, 2020. It is now read-only.
forked from stedolan/nd
-
Notifications
You must be signed in to change notification settings - Fork 2
netsoc/nd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Hacking on nd: Install OpenLDAP As root: rm /etc/ldap/slapd.conf ln -s <nd repo>/slapd.conf /etc/ldap/slapd.conf ln -s <nd repo>/schema /etc/ldap/schema/netsoc.schema /etc/init.d/slapd restart To populate the database (warning: deletes whatever's there!) ldopt="-D cn=root,dc=netsoc,dc=tcd,dc=ie -x -w foo -h 127.0.0.1" ldapdelete $ldopt -r 'dc=netsoc,dc=tcd,dc=ie'; cat <nd repo>/{core.ldif,sampledata.ldif} | ldapadd $ldopt
About
Netsoc LDAP directory
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 99.5%
- Shell 0.5%