From 1e60095224517e02a1c047dd22688a27436de399 Mon Sep 17 00:00:00 2001 From: Gardais Jeremy Date: Thu, 7 Apr 2016 16:49:38 +0200 Subject: [PATCH] mailtosesame: add dependancie information --- mailtosesame | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mailtosesame b/mailtosesame index 9a3b0d8..fbd0c61 100755 --- a/mailtosesame +++ b/mailtosesame @@ -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"