Displaying 4 results from an estimated 4 matches for "hnirb".
Did you mean:
hirb
2003 Dec 01
0
No subject
.../09/11 11:14:03, 0] smbd/posix_acls.c:create_canon_ace_lists(823)
create_canon_ace_lists: unable to map SID
S-1-5-21-730796786-1604346809-928725530-1230 to uid or gid.
So I tried to investigate a bit further with rpcclient. The NT4 PDC
gave me:
odenbach@edjo[~]>>rpcclient -U odenbach -W HNIRB -c 'lookupsids
S-1-5-21-730796786-1604346809-928725530-1230' moritz
Password:
cmd = lookupsids S-1-5-21-730796786-1604346809-928725530-1230
S-1-5-21-730796786-1604346809-928725530-1230 HNIRB\axel (1)
which is correct (HNIRB ist the domain, axel the added user).
But the samba server tells...
2002 Sep 11
4
XFS-ACL-Samba: Trouble adding acls
Hi,
I recently tried to use ACLs with samba. XFS is running, I can set ACLs
using setfacl and read them with getfacl, no problem so far. Samba
compiled fine with '--with-acl-support'.
Now I set up a share with 'nt acl support = yes', put there a file and
added an acl with 'setfacl':
root@edjo[ACLTEST]# getfacl datei.txt
# file: datei.txt
# owner: odenbach
# group:
2002 Sep 13
2
sid_to_uid: Domain controller lookup missing
Hi,
trying to investigate my xfs-acl problem I think I have found the
missing part:
In smbd/uid.c the function "sid_to_uid" resolves SIDs to unix user
names. This is done as follows:
- First the domain part of the SID is compared to the local domain (if
the SID belongs to the samba server it can be resolved locally)
- In any other cases winbindd is asked
This works well if the
2004 Feb 10
1
INTERNAL ERROR: Signal 11 in pid 12262 (3.0.2-Debian)
...]
#24 /usr/sbin/smbd(yp_get_default_domain+0x8d) [0x8077261]
Configuration:
- - windows 2000 domain with ad
- - samba server as ads member server (linux with xfs filesystem)
- - winbindd running
smb.conf:
[global]
realm = hni.local
workgroup = HNIRB
security = ADS
idmap uid = 20000-30000
idmap gid = 20000-30000
winbind trusted domains only = yes
winbind use default domain = yes
encrypt passwords = yes
wins server = 19...