Date: Thu Sep 26 10:25:34 2002 Author: abartlet
Update of /data/cvs/samba/source/include In directory dp.samba.org:/tmp/cvs-serv2642/include Modified Files: rpc_samr.h 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: rpc_samr.h 1.80 => 1.81 http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_samr.h?r1=1.80&r2=1.81