X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2FFAQ;h=e6d8591cea4b44e9877de7b044f9b0b1cc841ff0;hb=9dd688a9bac025018a13cebabfd18c3762ba16a1;hp=8148c169d4dfa1a00285ed29e05f993ee30f9747;hpb=7865b09acca10316cd15c4a964236cb06c01ed9e;p=gosa.git diff --git a/gosa-core/FAQ b/gosa-core/FAQ index 8148c169d..e6d8591ce 100644 --- a/gosa-core/FAQ +++ b/gosa-core/FAQ @@ -117,9 +117,12 @@ A: You can place the keywords "passwordMinLength" and "passwordMinDiffer" in the Q: I've to update passwords on external windows PDCs. Can I add a command to let synchronize these for me? -A: There's the possibility to add a password hook in gosa.conf's main section using - the keyword "passwordHook". The specified command will be executed with - three parameters: /path/to/your/script username oldpassword newpassword +A: There's the possibility to add a hooks in gosa.conf's plugin tags using + the "premodify/postmodify" keywords. The specified command will be executed with + these additional parameters: %current_password %new_password %userPassword + + For further information about pre- and post hooks search for the premodify + and postmodify statements. So you can call i.e. smbpasswd to handle your password change on the PDC.