search for: classgroup

Displaying 2 results from an estimated 2 matches for "classgroup".

2018 May 30
1
Scripting the next UID/GID number to use
...cServices,CN=System,$baseDN msSFU30MaxUidNumber | grep 'msSFU30MaxUidNumber:') if [ -z "$userUid" ]; then userUid="$baseUid" else userUid=$(echo $userUid | sed 's/^msSFU30MaxUidNumber: \(.*\)/\1/') fi # get the gid # strgid=$(wbinfo --group-info="$userClassGroup") userGid=$(echo $strgid | cut -d ":" -f 3) ################# #create the user ################# echo "Creating s4 posix user $userName" # create the user # samba-tool user create $userName --userou=$userClassDN --random-password \ --profile-path="\\\\${userServer}\...
2018 May 30
2
Scripting the next UID/GID number to use
On Wed, 30 May 2018 10:33:55 +0200 Marco Gaiarin via samba <samba at lists.samba.org> wrote: > Mandi! Rowland Penny via samba > In chel di` si favelave... > > > > So, in AD LDAP lingo, a 'modify' is not atomic, and a 'delete/add' > > > yes? > > Ahem, i meant: > > So, in AD LDAP lingo, a 'replace' is not atomic, and a