I have installed likewise-open to authenticate on Active Directory and pam_mount for mounting folders.
Now when I logon to local user
Dec 3 17:10:38 ltsp-server3 sshd[8742]: pam_mount(pam_mount.c:364): pam_mount 2.3: entering auth stage
Dec 3 17:10:38 ltsp-server3 sshd[8724]: Accepted keyboard-interactive/pam for salman from 10.199.104.45 port 3250 ssh2
Dec 3 17:10:38 ltsp-server3 sshd[8724]:
I installed oS11.2 today and configured it during install to join and authenticate from a Windows domain. oS11.2 joined the domain okay and authentication works well... as long as the username doesn't have a space in it. Unfortunately, all of our domain usernames have spaces in them.
I have been working on this for 2 days now and am about to give up so someone please help.
I have a Red Hat 6 server joined to my active directory domain. Logins work just fine under normal circumstances. I have SSH login restricted to specific active directory groups by using require_membership_of= in the file/etc/security/pam_winbind.conf.
I am running Ubuntu 12.04 LTS. I did some minor updates using apt.
After rebooting vsftp stopped accepting connections system user logins.
I'm getting the following errors in /var/log/auth.log
Aug 26 07:09:01 helpdesk CRON[23142]: PAM unable to dlopen(/lib/security/pam_unix_session.so): /lib/security/pam_unix_session.so: cannot open shared object file: No such file or directory
Aug 26 07:09:01 helpdesk CRON[23142]: PAM adding faulty module: /lib/security/pam_unix_session.so
Based on the the Securing Debian article on debian.org, I
Hi
Running Ubuntu 11.04 Desktop with Likewise-open I would like to be able to see my user name in the list of users rather than have to type in the DOMAIN_NAME\USER_NAME every time.
Is this possible? If so How do I do it? System--->Applications-->users and groups only seems to handle local machine user accounts
Neill
Hi All,
I have configured a ldap server and trying to login to same ldap server using a ldap user.
What is the best loop to use on this line of code I made, that goes through a log file and finds lines that are failed in $6? Pretty fresh to BASH and LINUX and cant get any loop to work properly.
My system is CentOS 6.3, openldap is configured well, PAM authorization works fine.
But after turning pam_check_host_attr to yes, all LDAP-auths fail with message "Access denied for this host".
hostname on the server returns correct value, the same value is listed in user's profile.
"pam_check_host_attr no" works fine and allows everyone with correct uid/password
a piece of /var/log/secure:
Se