Displaying 8 results from an estimated 8 matches for "become_authenticated_pipe_us".
Did you mean:
become_authenticated_pipe_user
2018 Mar 10
2
Run smbd in AD user context
...f I run gdb in root context the VFS module stops and complains at
> > permission error (exchange below error with '/root/.irods').
> > If I start smbd from /etc/init.d/smbd it stops because there is no
> > environment file in '/var/lib/irods/.irods'.
>
> smbd_become_authenticated_pipe_user() doesn't change your $HOME
> environment variable.
>
> You need to do more work to correctly become the user you want
> to access irods from.
>
Off list I got a tip on using become_user(). A soon as I get a grip on how
to extract the calling user's vuid I give it a try I...
2018 Mar 11
2
Run smbd in AD user context
...amba wrote:
> >
> > Off list I got a tip on using become_user(). A soon as I get a grip on
> how
> > to extract the calling user's vuid I give it a try I have of course tried
> > other functions; become_user_permanently( ), become_user_by_session( )
> and
> > become_authenticated_pipe_user( ). None of these have given the right
> > $HOME.Or I simply don't know how to interpret the outcome or to proceed
> > from there.
>
> None of these functions set $HOME, as Samba doesn't
> use this in any of our code. We get and use the home directory
> when the ma...
2018 Mar 11
0
Run smbd in AD user context
...a tip on using become_user(). A soon as I get a grip on
> >
> > how
> > > to extract the calling user's vuid I give it a try I have of course tried
> > > other functions; become_user_permanently( ), become_user_by_session( )
> >
> > and
> > > become_authenticated_pipe_user( ). None of these have given the right
> > > $HOME.Or I simply don't know how to interpret the outcome or to proceed
> > > from there.
> >
> > None of these functions set $HOME, as Samba doesn't
> > use this in any of our code. We get and use the home...
2002 Feb 14
0
Sharing to domain users?
...J.'; MCCALL,DON (HP-USA,ex1);
'samba@lists.samba.org'
Subject: RE: [Samba] Winbind - Why won't you authenticate???
Hi Daniel,
Well, that nails it - take a look at the nm output from my winbindd:
# nm ../bin/winbindd|grep auth
authorise_login | 668456|extern|code |$CODE$
become_authenticated_pipe_user| 679768|extern|code |$CODE$
cli_net_auth2 | 687676|extern|code |$CODE$
init_q_auth_2 | 469520|extern|code |$CODE$
init_rpc_auth_ntlmssp_chal| 505008|extern|code |$CODE$
init_rpc_auth_ntlmssp_chk| 507856|extern|code |$CODE$
init_rpc_auth_ntlmssp_neg| 504188|...
2020 Mar 03
6
Upgrade 4.9 -> 4.11 oups
Hello !
I decided to upgrade my fileservers from stretch/samba 4.9 to buster/samba 4.11
I just realized that smbd is not working anymore :-/
If someone has an idea It would be amazing... as an idiot, I upgraded my 20 servers.... without snapshot....
Thank you so much
Here's some logs :
root at ef113:~# tail /var/log/samba/log.smbd
#1
2018 Mar 09
2
Run smbd in AD user context
Hi all!
Is it possible to run smbd in an AD user's context?
If not, is it possible to have smbd to tell a third-party function to not
stray outside from logged on user's (AD user) context (home directory)?
I'm programming a VFS module[1] which will be the bridge between Windows
and iRODS[2]. iRODS depends on a configuration file,
.irods/irods_environment.json, which resides in the
2002 Feb 12
10
Winbind - Why won't you authenticate???
Well, I managed to get Samba 2.2.3 up and running on our Solaris 8 machine.
I installed with the winbind option and everything went though just find.
I was able to join the NT domain and now I can do a wbinfo -u "and get a
domain user list as well as a "wbinfo -g and get a group list. For some
reason though, the authentication isn't working.
I tried to "wbinfo -a" and
2018 Jun 25
2
Samba 4.7.1 Generating Core Dumps
...smbd_shim_fns = {cancel_pending_lock_requests_by_fid = 0x7fc2283414f0 <smbd_cancel_pending_lock_requests_by_fid>, send_stat_cache_delete_message = 0x7fc228347b90 <smbd_send_stat_cache_delete_message>,
change_to_root_user = 0x7fc22832dda0 <smbd_change_to_root_user>, become_authenticated_pipe_user = 0x7fc22832de30 <smbd_become_authenticated_pipe_user>,
unbecome_authenticated_pipe_user = 0x7fc22832dee0 <smbd_unbecome_authenticated_pipe_user>, contend_level2_oplocks_begin = 0x7fc228395370 <smbd_contend_level2_oplocks_begin>,
contend_level2_oplocks_end =...