summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_xml.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-11-25 20:55:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:53:26 -0500
commit2956b574df1126244c6b8400641e12dd145df06b (patch)
tree7dd05bf1f083c2de461363e21f527b95f9c8d1f5 /source3/passdb/pdb_xml.c
parentc3a798cb7a11f95fc4a96b88eaa6b03581ccf409 (diff)
downloadsamba-2956b574df1126244c6b8400641e12dd145df06b.tar.gz
samba-2956b574df1126244c6b8400641e12dd145df06b.tar.bz2
samba-2956b574df1126244c6b8400641e12dd145df06b.zip
r3974: - Fix assignment of a couple of fields in pdb_{mysql,pgsql}
- Use new DTD URL in pdb_xml (This used to be commit 99dc2f36d1f637906d47e98dbd4d5eb1f1cc4357)
Diffstat (limited to 'source3/passdb/pdb_xml.c')
-rw-r--r--source3/passdb/pdb_xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/pdb_xml.c b/source3/passdb/pdb_xml.c
index 6eff57d365..6eb7761a3b 100644
--- a/source3/passdb/pdb_xml.c
+++ b/source3/passdb/pdb_xml.c
@@ -28,7 +28,7 @@
*/
-#define XML_URL "http://samba.org/~jelmer/sambapdb.dtd"
+#define XML_URL "http://samba.org/samba/DTD/passdb"
#include "includes.h"