Displaying 3 results from an estimated 3 matches for "spideradmin".
2004 Jan 29
1
Winbind and GroupMapping
...TUS_NO_SUCH_GROUP)
I have all the mappings done correctly:
domainadmin (S-1-5-21-3506869558-4124343851-970148941-512) -> domainadmin
domainusers (S-1-5-21-3506869558-4124343851-970148941-513) -> domainusers
domaincomputers (S-1-5-21-3506869558-4124343851-970148941-515) ->
domaincomputers
SpiderAdmin (S-1-5-21-3506869558-4124343851-970148941-1536) -> SpiderAdmin
domainguest (S-1-5-21-3506869558-4124343851-970148941-514) -> DomainGuest
I assume that the gid --> rid conversion is gid*2+1000+1
If this is the case then why is the winbindd log giving me the error that no
such group exists...
2004 Feb 18
1
Cannot Access LDAP when not root...
I'm trying to resolve an issue with Samba and LDAP. I'm using a program
called Spider that provides network based rendering using domain logons to
controll who can access the renders on the farm. It requires a group called
SpiderAdmin to be setup (which I've done) and have added the users into the
group. However, the only way that the SpiderAdmin users can access the
renders on the network is if I also make them "admin users" in the smb.conf
file. If they are not a member of "admin users", when I check...
2004 Feb 06
3
Supplementary Group Issues
...el with samba-3.0.0-2_rh9 and OpenLDAP 2.0.27. When I do
a "id -a username" the user is in all the necessary groups but when
accessing shares the users' primary GID is used only.
For example,
uid=1001(jgray) gid=512(domainadmin)
groups=512(domainadmin),0(root),513(domainusers),1536(SpiderAdmin)
can only access shares that are defined this way:
drwxrwx--- 2 jgray domainusers 48 Feb 5 18:12 test
But not this way
drwxrwx--- 2 root domainusers 48 Feb 5 18:12 test
The user jgray should have access to the share as either root or domainuser
but cannot. user jgr...