gcc484ntopperl-5.22
Last change
on this file since c5c522c was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100755
|
File size:
417 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | #regenerate schema files |
---|
3 | syn3-ldapconf || exit 1 |
---|
4 | #important for caching. specifying this via db_config in slapd.conf doesnt seem to have effect. |
---|
5 | cp /var/openldap-data/DB_CONFIG /home/system/openldap/openldap-master/ |
---|
6 | cp /var/openldap-data/DB_CONFIG /home/system/openldap/openldap-slave/ |
---|
7 | /usr/sbin/slapindex |
---|
8 | chown -R ldap /home/system/openldap |
---|
9 | chown -R ldap /etc/openldap |
---|
10 | exec /usr/sbin/slapd -d 0 -u ldap |
---|
11 | |
---|
Note: See
TracBrowser
for help on using the repository browser.