|
From: <sy...@us...> - 2007-01-16 08:54:22
|
Revision: 72
http://svn.sourceforge.net/pdbsql/?rev=72&view=rev
Author: synnack
Date: 2007-01-16 00:53:37 -0800 (Tue, 16 Jan 2007)
Log Message:
-----------
Sorry, I meant Trust passwords ;)
Modified Paths:
--------------
trunk/pdb_multi.c
trunk/pdb_mysql.c
trunk/pdb_pgsql.c
Modified: trunk/pdb_multi.c
===================================================================
--- trunk/pdb_multi.c 2007-01-16 08:51:22 UTC (rev 71)
+++ trunk/pdb_multi.c 2007-01-16 08:53:37 UTC (rev 72)
@@ -18,7 +18,7 @@
* Mass Ave, Cambridge, MA 02139, USA.
*
* TODO
- * * Volker commited Turst domain passwords to be included in the pdb.
+ * * Volker commited Trust domain passwords to be included in the pdb.
* These need to be added here:
* BOOL get_trusteddom_pw(struct pdb_methods *methods, const char *domain, char **pwd, DOM_SID *sid, time_t *pass_last_set_time)
* BOOL set_trusteddom_pw(struct pdb_methods *methods, const char *domain, const char *pwd, const DOM_SID *sid)
Modified: trunk/pdb_mysql.c
===================================================================
--- trunk/pdb_mysql.c 2007-01-16 08:51:22 UTC (rev 71)
+++ trunk/pdb_mysql.c 2007-01-16 08:53:37 UTC (rev 72)
@@ -18,7 +18,7 @@
* Mass Ave, Cambridge, MA 02139, USA.
*
* TODO
- * * Volker commited Turst domain passwords to be included in the pdb.
+ * * Volker commited Trust domain passwords to be included in the pdb.
* These need to be added here:
* BOOL get_trusteddom_pw(struct pdb_methods *methods, const char *domain, char **pwd, DOM_SID *sid, time_t *pass_last_set_time)
* BOOL set_trusteddom_pw(struct pdb_methods *methods, const char *domain, const char *pwd, const DOM_SID *sid)
Modified: trunk/pdb_pgsql.c
===================================================================
--- trunk/pdb_pgsql.c 2007-01-16 08:51:22 UTC (rev 71)
+++ trunk/pdb_pgsql.c 2007-01-16 08:53:37 UTC (rev 72)
@@ -19,7 +19,7 @@
* Mass Ave, Cambridge, MA 02139, USA.
*
* TODO
- * * Volker commited Turst domain passwords to be included in the pdb.
+ * * Volker commited Trust domain passwords to be included in the pdb.
* These need to be added here:
* BOOL get_trusteddom_pw(struct pdb_methods *methods, const char *domain, char **pwd, DOM_SID *sid, time_t *pass_last_set_time)
* BOOL set_trusteddom_pw(struct pdb_methods *methods, const char *domain, const char *pwd, const DOM_SID *sid)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|