search for: serverfqdn

Displaying 3 results from an estimated 3 matches for "serverfqdn".

Did you mean: server_fqdn
2020 Sep 24
0
Debian client/workstation pam_mount
...willing to talk about > pam_mount settings as they relate to Samba 4 use? > I am using it on Fedora with Volume Definition looking like this: <volume user="*" options="domain=DOMAINNAME,sec=krb5,cruid=%(USERUID),nodev,vers=3.1.1" fstype="cifs" server="SERVERFQDN" path="data" mountpoint="/home/%(USER)/data/" /> The client machine is domain joined (Rowland please stop reading here) with SSSD. I am logging in with Domain credentials. What is the actual error shown? Regards -- Dr. Christian Naumer Unit Head Bioprocess Developme...
2020 Sep 24
3
Debian client/workstation pam_mount
I have some (for testing) Debian based client/workstation connected to my AD. Signing to the AD works as a domain/user should. These clients can, via Nautilus file manager, access shares on the file server manually that the *signed in domain user* is permitted to "see". I would prefer to connect these files and the domain user home directory automatically at sign in without manual
2004 Jan 01
1
[PATCH] Add winbind-backed NTLMSSP support to Cyrus-SASL
...client can do Unicode, turn off ASCII */ - if (text->flags & NTLM_USE_UNICODE) text->flags &= ~NTLM_USE_ASCII; - - /* if client asked for target, use FQDN as server target */ - if (text->flags & NTLM_ASK_TARGET) { - result = _plug_strdup(sparams->utils, sparams->serverFQDN, - &domain, NULL); - if (result != SASL_OK) return result; - - text->flags |= NTLM_TARGET_IS_SERVER; - } - - /* generate a nonce */ - sparams->utils->rand(sparams->utils->rpool, - (char *) text->nonce, NTLM_NONCE_LENGTH); - - result = create_challenge(sp...