svn commit: samba r1719 - trunk/source/passdb

mimir at samba.org mimir at samba.org
Wed Aug 11 05:39:12 GMT 2004


Author: mimir
Date: 2004-08-11 05:39:12 +0000 (Wed, 11 Aug 2004)
New Revision: 1719
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1719&nolog=1
Log:
A doxygen comment explaining what's this.


rafal


Modified:
   trunk/source/passdb/pdb_ldap.c

Changeset:
Modified: trunk/source/passdb/pdb_ldap.c
===================================================================
--- trunk/source/passdb/pdb_ldap.c	2004-08-11 05:23:55 UTC (rev 1718)
+++ trunk/source/passdb/pdb_ldap.c	2004-08-11 05:39:12 UTC (rev 1719)
@@ -3794,6 +3794,14 @@
 }
 
 
+/**
+ * Deletes trust password entry from the directory
+ *
+ * @param methods passdb backend methods related to current context
+ * @param trust trust password to delete (only the name is actually used)
+ * @return nt status code of operation
+ */
+
 static NTSTATUS ldapsam_delete_trust_passwd(struct pdb_methods *methods, const SAM_TRUST_PASSWD *trust)
 {
 	struct ldapsam_privates *ldap_state = (struct ldapsam_privates *)methods->private_data;



More information about the samba-cvs mailing list