search for: domain_admins_uid

Displaying 3 results from an estimated 3 matches for "domain_admins_uid".

Did you mean: domain_admins_gid
2017 Jun 13
3
Creating home folders on file server automatically
...$4 setfacl -m g:$DOMAIN_ADMINS_GID:rwx "$4" setfacl -m g:$BUILTIN_ADMINS_GID:rwx $4 # Extended Default Users Attributes setfacl -dm u:$BID:rwx "$4" # Extended Default Group Attributes setfacl -dm g:$GID:--- "$4" setfacl -dm g:$DOMAIN_ADMINS_UID:rwx "$4" setfacl -dm g:$BUILTIN_ADMINS_GID:rwx $4 logger "$SN: setfacl commands executed" logger "$SN: Folder $4 created" ## getfacl "$4" fi Please comment, if you disagree with my solution. Best regards, Udo
2017 Jun 13
0
Creating home folders on file server automatically
...D:rwx "$4" > setfacl -m g:$BUILTIN_ADMINS_GID:rwx $4 > > # Extended Default Users Attributes > setfacl -dm u:$BID:rwx "$4" > > # Extended Default Group Attributes > setfacl -dm g:$GID:--- "$4" > setfacl -dm g:$DOMAIN_ADMINS_UID:rwx "$4" > setfacl -dm g:$BUILTIN_ADMINS_GID:rwx $4 > > logger "$SN: setfacl commands executed" > > logger "$SN: Folder $4 created" > ## getfacl "$4" > fi > > > Please comment, if you disagree with my sol...
2017 Jun 12
3
Creating home folders on file server automatically
Hi list, We have a script we are using to create new users, and drop them into the proper OUs on our Samba AD server, using samba-tool. We have a Samba member file server (fs1) joined to the domain for hosting our file shares. On there is also where we are putting the users' home folders. I saw in the Samba Docs, and in the mailing list, that I can use