r578: initial server side implementation of samr_CreateUser(),
authorAndrew Tridgell <tridge@samba.org>
Sat, 8 May 2004 00:02:31 +0000 (00:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:51:48 +0000 (12:51 -0500)
commit10b6e0011b5952c98432dc2d4b2058ac89a9cc2d
treede9df9a5d9abb74eaeca93f990f115169c4800d5
parente3b31625f476cb1b8a4d5003dee2c574582c9b46
r578: initial server side implementation of samr_CreateUser(),
samr_CreateUser2(), samr_LookupNames(), samr_OpenUser(),
and samr_DeleteUser()

this uses a user template in the SAM db, of objectclass "userTemplate"
and dn CN=TemplateUser,CN=Templates,$BASEDN. Using a template allows
an admin to add any default user attributes that they might want to
the user template and all new users will receive those attributes.
source/provision.ldif
source/rpc_server/common/common.h
source/rpc_server/samr/dcesrv_samr.c
source/rpc_server/samr/samdb.c
source/script/provision.pl