Displaying 1 result from an estimated 1 matches for "existing_unix_group1".
2002 Oct 15
2
workaround assigning domain group permissions on PDC clients
This is far from being elegant but it works...
Target: assigning domain wide group permissions on members (client) of 
a Samba PDC.
Steps:
1a  edit the file pointed by
    username map
    add
    existing_Unix_group1 = "Domain Users"
2a  log on a client with administrative privileges
    assign to a dir/disk permission to the "Domain Users" being carefull to 
    select from the Domain list and not the local list
3a  reset the client (logging of is not enough)
done...
if you'll check p...