Displaying 6 results from an estimated 6 matches for "sid_name_domain".
2006 Jun 13
1
LDAP Group mapping
...the following:
net rpc groupmap add ntgroup="Domain Admins" unixgroup="root" rid=512
type=domain
it failed. Is this an implementation problem, or is this true in all
cases for samba?
Also, I noticed that samba went looking for the name of the domain in
LDAP. One of the types is SID_NAME_DOMAIN which I assume corresponds
to the Domain Name. Where do I store this attribute and how?
If I have got any of this information wrong, or if I have written that
something is a must when it is optional, then please say so.
Also, if I am storing all my posix account information in LDAP, do I
have any...
2018 Jun 21
0
[Announce] Samba 4.7.8 Available for Download
...MAIN.
* BUG 13370: rpc_server: Init local_server_* in
make_internal_rpc_pipe_socketpair.
* BUG 13382: smbclient: Fix broken notify.
o Stefan Metzmacher <metze at samba.org>
* BUG 13273: libads: Fix the build --without-ads.
* BUG 13279: winbindd: Don't split the rid for SID_NAME_DOMAIN sids in
wb_lookupsids.
* BUG 13280: winbindd: initialize type = SID_NAME_UNKNOWN in
wb_lookupsids_single_done().
* BUG 13289: s4:rpc_server: Fix call_id truncation in
dcesrv_find_fragmented_call().
* BUG 13290: A disconnecting winbind client can cause a problem in the...
2018 Jun 21
0
[Samba] [Announce] Samba 4.7.8 Available for Download
...MAIN.
* BUG 13370: rpc_server: Init local_server_* in
make_internal_rpc_pipe_socketpair.
* BUG 13382: smbclient: Fix broken notify.
o Stefan Metzmacher <metze at samba.org>
* BUG 13273: libads: Fix the build --without-ads.
* BUG 13279: winbindd: Don't split the rid for SID_NAME_DOMAIN sids in
wb_lookupsids.
* BUG 13280: winbindd: initialize type = SID_NAME_UNKNOWN in
wb_lookupsids_single_done().
* BUG 13289: s4:rpc_server: Fix call_id truncation in
dcesrv_find_fragmented_call().
* BUG 13290: A disconnecting winbind client can cause a problem in the...
2004 Apr 12
1
Initial samba + ldap howto
...s can take the following types, domain, local and builtin, which will
be the sambaGroupType's 2, 4 and 5 which refer to, I think , the windows
types:
SID_NAME_USE_NONE = 0,/* NOTUSED */
SID_NAME_USER = 1, /* user */
SID_NAME_DOM_GRP = 2, /* domain group */
SID_NAME_DOMAIN = 3, /* domain: don't know what this is */
SID_NAME_ALIAS = 4, /* local group */
SID_NAME_WKN_GRP = 5, /* well-known group */
SID_NAME_DELETED = 6, /* deleted account: needed for c2 rating */
SID_NAME_INVALID = 7, /* invalid account */
SID_NAME_UN...
2003 Dec 01
0
No subject
...signed int
Compiling nsswitch/winbindd_user.c
"nsswitch/winbindd_user.c", line 141: warning: argument #3 is incompatible with prototype:
prototype: pointer to enum SID_NAME_USE {SID_NAME_UNKNOWN(8), SID_NAME_INVALID(7), SID_NAME_DELETED(6), SID_NAME_WKN_GRP(5), SID_NAME_ALIAS(4), SID_NAME_DOMAIN(3), SID_NAME_DOM_GRP(2), SID_NAME_USER(1), SID_NAME_USE_NONE(0)} : "nsswitch/winbindd_proto.h", line 119
argument : pointer to unsigned int
Compiling nsswitch/winbindd_idmap.c
"nsswitch/winbindd_idmap.c", line 139: warning: argument #3 is incompatible with prototype:...
2003 Dec 01
0
No subject
...ment #6 is incompatible with
prototype:
prototype: pointer to pointer to unsigned int : "include/proto.h", line
1726
argument : pointer to pointer to enum SID_NAME_USE {SID_NAME_UNKNOWN(8),
SID_NAME_INVALID(7), SID_NAME_DELETED(6), SID_NAME_WKN_GRP(5), SID_NAME_ALIAS(4
), SID_NAME_DOMAIN(3), SID_NAME_DOM_GRP(2), SID_NAME_USER(1), SID_NAME_USE_NONE(
0)}
"nsswitch/winbindd_util.c", line 837: warning: syntax error: empty declaration
Compiling lib/readline.c
"lib/readline.c", line 52: warning: assignment type mismatch:
pointer to function(pointer to const c...