projects
/
virtual-ldap
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
how to configure ldap-rewrite and test it
[virtual-ldap]
/
koha-ldap-rewrite.sh
1
cd /srv/virtual-ldap/
2
log=log/koha-ldap-rewrite.log
3
test -f $log && mv $log $log.`date +%Y-%m-%dT%H%M%S`
4
( ./bin/ldap-rewrite.pl 2>&1 ) | tee -a $log