projects
/
ldapsaisie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3308ca3
)
LSaddons::samba : Added function generate_sambaPwdLastSet()
author
bn8
<bn8@zionetrix.net>
Tue, 16 Feb 2010 16:48:45 +0000
(17:48 +0100)
committer
bn8
<bn8@zionetrix.net>
Tue, 16 Feb 2010 16:48:45 +0000
(17:48 +0100)
public_html/includes/addons/LSaddons.samba.php
patch
|
blob
|
history
diff --git
a/public_html/includes/addons/LSaddons.samba.php
b/public_html/includes/addons/LSaddons.samba.php
index
f198214
..
273dcd5
100644
(file)
--- a/
public_html/includes/addons/LSaddons.samba.php
+++ b/
public_html/includes/addons/LSaddons.samba.php
@@
-305,4
+305,17
@@
define('LS_SAMBA_INFINITY_TIME',2147483647);
return LS_SAMBA_INFINITY_TIME;
}
+ /**
+ * Generation de l'attribut sambaPwdLastSet
+ *
+ * @author Benjamin Renard <brenard@easter-eggs.com>
+ *
+ * @param[in] $ldapObject L'objet ldap
+ *
+ * @retval string sambaPwdLastSet
+ */
+ function generate_sambaPwdLastSet($ldapObject) {
+ return time();
+ }
+
?>