Displaying 7 results from an estimated 7 matches for "sec_initial_uid".
2011 Dec 18
2
Samba 4 WBC_ERR_DOMAIN_NOT_FOUND
Hi everyone
Ubuntu 11.10
Version 4.0.0alpha18-GIT-23a0343
Added a user called steve2. The first time I used winbind, no problems:
wbinfo -i steve2 gave me the info I needed for user and group.
But now it doesn't work:
wbinfo -i steve2
failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND
Could not get info for user steve2
I can logon OK:
smbclient //localhost/home -Usteve2
Password for
2024 Jun 11
1
SeDiskOperatorPrivilege_Privilege
...checked (in master) in:
_srvsvc_NetShareSetInfo()
is_disk_op = security_token_has_privilege(
session_info->security_token, SEC_PRIV_DISK_OPERATOR);
/* fail out now if you are not root and not a disk op */
if (session_info->unix_token->uid != sec_initial_uid() && !is_disk_op) {
DEBUG(2,("_srvsvc_NetShareSetInfo: uid %u doesn't have the "
"SeDiskOperatorPrivilege privilege needed to modify "
"share %s\n",
(unsigned int)se...
2013 Nov 06
0
mod_auth_ntlm_winbind SSO
...34, 10] ../libcli/security/access_check.c:58(se_map_generic)
se_map_generic(): mapped mask 0xb0000000 to 0x000f003f
[2013/11/06 11:37:19.018855, 4] rpc_server/srv_access_check.c:83(access_check_object)
_samr_Connect2: ACCESS should be DENIED (requested: 0x000f003f)
but overritten by euid == sec_initial_uid()
[2013/11/06 11:37:19.018881, 4] rpc_server/srv_access_check.c:104(access_check_object)
_samr_Connect2: access GRANTED (requested: 0x000f003f, granted: 0x000f003f)
[2013/11/06 11:37:19.018901, 4] rpc_server/rpc_handles.c:197(create_rpc_handle_internal)
Opened policy hnd[1] [0000] 00 00 00 00...
2024 Jun 11
1
SeDiskOperatorPrivilege_Privilege
On Tue, 11 Jun 2024 15:52:45 +0100
Luis Peromarta via samba <samba at lists.samba.org> wrote:
> Again, my exact same experience.
>
> LP
> On Jun 11, 2024 at 14:58 +0100, Bailey Allison via samba
> <samba at lists.samba.org>, wrote:
> > Hey Rowland,
> >
> > Just wanted to say you are 100% correct, and it does (seemingly)
> > nothing, at least
2024 Jun 11
1
SeDiskOperatorPrivilege_Privilege
...reSetInfo()
>
> is_disk_op = security_token_has_privilege(
> session_info->security_token,
> SEC_PRIV_DISK_OPERATOR);
>
> /* fail out now if you are not root and not a disk op */
>
> if (session_info->unix_token->uid != sec_initial_uid() &&
> !is_disk_op) { DEBUG(2,("_srvsvc_NetShareSetInfo: uid %u doesn't have
> the " "SeDiskOperatorPrivilege privilege needed to modify "
> "share %s\n",
> (unsigned int)session_info->unix_to...
2003 Sep 11
2
samba-3 problem joining ws to domain
...09:33, 2]
rpc_server/srv_samr_nt.c:access_check_samr_function(115)
_samr_create_user: ACCESS DENIED (granted: 0x00000201; required:
0x00000010)
...
When user is admin users list, then happens this...
_samr_open_domain: ACCESS should be DENIED (requested: 0x00000211)
but overritten by euid == sec_initial_uid()
... after that, access is granted.
Whats wrong? Could someone please say, what is wrong with my setup?
# smb.conf
passdb backend = ldapsam:ldaps://alfa.sf.lan, guest
delete user script = /usr/local/sbin/smbldap-userdel.pl %u
add group script = /usr/local/sbin/smbldap-gro...
2005 Oct 20
4
usrmgr: group not found.
...9684444-328561933-1055
[2005/10/20 12:24:38, 5] lib/util_seaccess.c:se_access_check(314)
se_access_check: access (601bf) denied.
[2005/10/20 12:24:38, 4]
rpc_server/srv_samr_nt.c:access_check_samr_object(164)
_samr_open_user: ACCESS should be DENIED (requested: 0x000601bf)
but overritten by euid == sec_initial_uid()
[2005/10/20 12:24:38, 4]
rpc_server/srv_samr_nt.c:access_check_samr_object(182)
_samr_open_user: access GRANTED (requested: 0x000601bf, granted: 0x000f05ff)
[2005/10/20 12:24:38, 3] smbd/sec_ctx.c:push_sec_ctx(256)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2005/10/20 12:24:38, 3] smbd/uid.c:pus...