~ubuntu-branches/ubuntu/lucid/samba/lucid-proposed

« back to all changes in this revision

Viewing changes to source/passdb/pdb_xml.c

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-07-21 17:53:23 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050721175323-m3oh6aoigywohfnq
Tags: 3.0.14a-6ubuntu1
Resynchronise with Debian, resolving merge conflicts (#12360)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 */
29
29
 
30
30
 
31
 
#define XML_URL "http://samba.org/~jelmer/sambapdb.dtd"
 
31
#define XML_URL "http://samba.org/samba/DTD/passdb"
32
32
 
33
33
#include "includes.h"
34
34
 
307
307
        return cur;
308
308
}
309
309
 
310
 
static NTSTATUS xmlsam_setsampwent(struct pdb_methods *methods, BOOL update)
 
310
static NTSTATUS xmlsam_setsampwent(struct pdb_methods *methods, BOOL update, uint16 acb_mask)
311
311
{
312
312
        pdb_xml *data;
313
313