Samba4 Patch: newuseradv and newgroupadv scripts for net cmd utlity

Lukasz Zalewski lukas at dcs.qmul.ac.uk
Tue Jun 8 13:47:12 MDT 2010


Hi Jelmer,

On 08/06/2010 19:39, Jelmer Vernooij wrote:
> Hi Lukasz,
>
> On Mon, 2010-06-07 at 17:29 +0100, Lukasz Zalewski wrote:
>> Attached is a new patch which is an extension to the previous newuser
>> functionality. It also adds the set of group commands (operating on the ldb)
>>
>> Now, new user is created with CN='Firstname Initials. Lastname',<>  if
>> any of them exists and --use-username-as-cn is not set (this is the AD
>> way) otherwise CN=username,<>  is used
>> If --use-username-as-cn is defined then the user is created with
>> CN=username,<>  even if any of (Firstname, Initials,Lastname) exist
>>
>> I also took liberty to add group set of subcommands, i.e.
>> /usr/local/samba/bin/net group
>> Available subcommands:
>> 	addmembers
>> 	add
>> 	removemembers
>> 	delete
>>
>> These only operate on ldb at the moment.
> Thanks! This looks very nice overall. Some minor comments:
Thx for all of the comments. I have attached modified patches
>
> * PEP8 - please use two empty lines between top-level elements (such as
> classes).
I hope this is fixed - I'm quite new to python
>
> * When dealing with transactions it's usually better to delay starting
> the transaction as long as possible (where it makes sense, of course).
> This makes the code more readable (less indentation). E.g. at the bottom
> of your patch you create a ldbmessage after starting a transaction
> rather than just for the self.add call. There's no need to go through a
> lot of trouble to do this but if it's easy it's preferable.
newuser and newgroup functions corrected.
>
> * Any reason for using cmp() rather than == when comparing two strings ?
> The latter is more readable and more commonly used.
No reason, except old habbit of using strcmp i guess ;)
>
> Cheers,
>
> Jelmer
Let me know if i need to make any more changes

Thx

Luk
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: master-newusergroupcmds.patches2.txt
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20100608/df6fddb0/attachment.txt>


More information about the samba-technical mailing list