mailtosesame: add dependancie information
This commit is contained in:
parent
204283417d
commit
1e60095224
|
@ -3,6 +3,9 @@
|
|||
# This script will convert UR1 user mail into UR1 user sesame
|
||||
# The first argument should be a file with a mail by line!
|
||||
|
||||
# Dependancies:
|
||||
# ldapsearch (provide by ldap-utils on GNU/Linux)
|
||||
|
||||
MAIL_LIST="${1}"
|
||||
UID_LIST="${MAIL_LIST}_uid"
|
||||
|
||||
|
|
Loading…
Reference in New Issue