search for: bzfproha

Displaying 1 result from an estimated 1 matches for "bzfproha".

2003 Aug 08
0
smbpasswd -m, changing account to a machine account.
...count. It might not be the most straight forward way. But for historical reasons it grew like this. In any case I'd expect the -m flag to work always, not only during creation of a new account. Regards, Steffen Prohaska - --- source/passdb/passdb.c Wed Mar 5 00:35:51 2003 +++ /Users/bzfproha/passdb-my.c Fri Aug 8 18:11:19 2003 @@ -1001,6 +1001,13 @@ } } + /* Assure that the workstation trust account flag is properly updated. + */ + if (local_flags & LOCAL_TRUST_ACCOUNT) { + pdb_set_acct_ctrl(sam_pass,(pdb_get_acct_ctr...