Displaying 4 results from an estimated 4 matches for "pcserver1".
2020 Jul 29
1
kerberos ticket on login problem
...xb4fd80
> Jul 29 09:33:53 brayden xrdp-sesman[1652]: 
> pam_winbind(xrdp-sesman:auth): [pamh: 0xb4cac0] STATE: ITEM(PAM_CONV) 
> = 0xb47530
> Jul 29 09:33:53 brayden xrdp-sesman[1652]: 
> pam_winbind(xrdp-sesman:auth): [pamh: 0xb4cac0] STATE: 
> DATA(PAM_WINBIND_HOMEDIR) = "\\PCSERVER1\homes" (0xb52e00)
> Jul 29 09:33:53 brayden xrdp-sesman[1652]: 
> pam_winbind(xrdp-sesman:auth): [pamh: 0xb4cac0] STATE: 
> DATA(PAM_WINBIND_LOGONSCRIPT) = "default.bat" (0xb52e80)
> Jul 29 09:33:53 brayden xrdp-sesman[1652]: 
> pam_winbind(xrdp-sesman:auth): [pamh: 0x...
2020 Jul 28
2
kerberos ticket on login problem
I'm experimenting with smb + winbind.
My host is joined to AD and I can login to my host fine using my AD 
credentials via SSH.?? The only issue is that I don't get a Kerberos 
ticket generated.
In /etc/security/pam_winbind.conf I have:
krb5_auth = yes
krb5_ccache_type = KEYRING
In /etc/krb5.conf, I also have:
default_ccache_name = KEYRING:persistent:%{uid}
Using wbinfo -K jas, then
2005 Nov 01
1
Can samba map between existing Windows (SID) users and existing unix (UID) users
...hosts allow = 193.61.29. 193.61.28. 193.61.44.
        hosts deny = 0.0.0.0/0
        locking = yes
        password level = 10
        domain master = no
        local master = no
        os level = 80
        wins support = no
        wins server = 193.61.29.179
        password server = pcserver1 pcserver2
        security = domain
        encrypt passwords = yes
        preserve case = yes
        short preserve case = yes
        nt acl support = Yes
        winbind trusted domains only = yes
[homes]
        path = %S
        browseable = no
        guest ok = no
        read only = no...
2019 Apr 22
3
mount.cfs mount error(13): Permission denied
.../xconf/samba/sysvol/ad.one.example.ca/scripts
         read only = no
         writeable = no
         guest ok = no
[sysvol]
         path = /xconf/samba/sysvol
         read only = no
         writeable = no
         guest ok = no
--- samba config for file server ---
[global]
netbios name = PCSERVER1
security = ADS
workgroup  = ONEEXAMPLECA
realm = AD.ONE.EXAMPLE.CA
server string =  Samba Server
hostname lookups = yes
#log files
debug timestamp = yes
debug uid = yes
debug pid = yes
debug level = 1
max log size = 0
username map = /xconf/samba/usermap
#ip networking
max connections = 0
interfa...