Displaying 4 results from an estimated 4 matches for "digimag".
2016 Feb 02
3
Mac OS X and ACL's
...------------------------------------------
Here is the getfacl on my Folder that I'm trying to get to respect ACL's on for the Macs:
getfacl /Groups/Digital\ Magazine/
getfacl: Removing leading '/' from absolute path names
# file: Groups/Digital Magazine/
# owner: root
# group: DigiMag
user::rwx
user:Administrator:rwx
group::r-x
group:Domain\040Admins:rwx
group:DigiMag:rwx
mask::rwx
other::r-x
default:user::rwx
default:user:Administrator:rwx
default:group::r-x
default:group:Domain\040Admins:rwx
default:group:DigiMag:rwx
default:mask::rwx
default:other::r-x
--------------------...
2016 Feb 02
2
Mac OS X and ACL's
...e more help on this as its now faring better in testing than sssd with the macs, however I can set the users to be looked up but I'm having issues with having the names of the groups show up. It seems to be working however its now showing the GIDs as opposed to the group names.
For instance
digimag is now showing on the folder asĀ 20008
but if I do a chgrp to something else and then change it back it digimag with chown -R digimag it shows up as the numberic association and not the actual group name.
I don't think its looking up the groups properly. Where would I look for that. If I iss...
2016 Feb 02
0
Mac OS X and ACL's
...t;
> Here is the getfacl on my Folder that I'm trying to get to respect ACL's on for the Macs:
>
>
>
> getfacl /Groups/Digital\ Magazine/
> getfacl: Removing leading '/' from absolute path names
> # file: Groups/Digital Magazine/
> # owner: root
> # group: DigiMag
> user::rwx
> user:Administrator:rwx
> group::r-x
> group:Domain\040Admins:rwx
> group:DigiMag:rwx
> mask::rwx
> other::r-x
> default:user::rwx
> default:user:Administrator:rwx
> default:group::r-x
> default:group:Domain\040Admins:rwx
> default:group:DigiMag:rwx...
2016 Feb 02
0
Mac OS X and ACL's
...tter in testing
> than sssd with the macs, however I can set the users to be looked up
> but I'm having issues with having the names of the groups show up. It
> seems to be working however its now showing the GIDs as opposed to the
> group names.
>
> For instance
>
> digimag is now showing on the folder as 20008
Is this on the DC or the domain member ?
Are the groups in /etc/group or in AD, if in AD, does the group
'digimag' have a gidNumber attribute contain '20008' ?. If in both, I
would suggest removing from /etc/group
You could do worse than havi...