Date: Thu Sep 26 10:25:34 2002
Author: abartlet
Update of /data/cvs/samba/source/rpc_parse
In directory dp.samba.org:/tmp/cvs-serv2642/rpc_parse
Modified Files:
parse_samr.c
Log Message:
Patch from "Stefan (metze) Metzmacher" <[EMAIL PROTECTED]> to do a *much*
better job of working with usrmgr. Previously we were blanking out entires,
and all sort of mischif.
The new patch (which I've now had a chance to test/modify) also takes care not
to expand % values (ie we go \\%L\%U -> \\server\user, we don't want to store
\\server\user back) and to correctly notice 'not set' compared to 'null string'
etc.
Andrew Bartlett
Revisions:
parse_samr.c 1.155 => 1.156
http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_parse/parse_samr.c?r1=1.155&r2=1.156