summaryrefslogtreecommitdiff
path: root/plugins/password/README
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2015-02-26 18:19:44 +0100
committerAleksander Machniak <alec@alec.pl>2015-02-26 18:19:44 +0100
commit1d09ee0ce6d50d122352bfde66828d70cd7ed57b (patch)
treef4d87d00424813190784ccd111a7451849bc0a7e /plugins/password/README
parentb59b72cc3028cc0514e951f135d8bfe7efcaaa6f (diff)
Added 'kpasswd' driver by Peter Allgeyer
Diffstat (limited to 'plugins/password/README')
-rw-r--r--plugins/password/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/password/README b/plugins/password/README
index 8c3a2afbd..b883211bb 100644
--- a/plugins/password/README
+++ b/plugins/password/README
@@ -44,6 +44,7 @@
2.18. Samba (smb)
2.19. Vpopmail daemon (vpopmaild)
2.20. Plesk (Plesk RPC-API)
+ 2.21. Kpasswd
3. Driver API
@@ -301,6 +302,7 @@
Driver to change Samba user password via the 'smbpasswd' command.
See config.inc.php.dist file for configuration description.
+
2.19. Vpopmail daemon (vpopmaild)
-----------------------------------
@@ -330,6 +332,13 @@
Set the RPC-Path in $config['password_plesk_rpc_path']. Normally this is: enterprise/control/agent.php.
+ 2.21. Kpasswd
+ -----------------------------------
+
+ Driver to change the password in Kerberos environments via the 'kpasswd' command.
+ See config.inc.php.dist file for configuration description.
+
+
3. Driver API
-------------