Displaying 16 results from an estimated 16 matches for "pam_unix_cr".
Did you mean:
pam_unix_cred
2007 Dec 05
1
AD returns only one group for all users
Dear list,
I'm trying to get a Thumper (Sun Fire X4500) to play nice with AD so
that we can offer a nearline storage service. Since many of our users
will have multiple group memberships, it's imperative that samba be able
to recurse through the groups that a user is a member of to determine if
they have access to a resource.
What happens instead is that every user who authenticates is
2006 Jun 30
1
OpenSSH public key problem with Solaris 10
...h2
debug1: do_cleanup
debug1: PAM: cleanup
%
Again, If I move my public key out of the way and try to log in with a
password it works fine. Since it mentions my PAM configuration, here's
my /etc/pam.conf file:
login auth requisite pam_authtok_get.so.1
login auth required pam_unix_cred.so.1
login auth sufficient pam_unix_auth.so.1
login auth sufficient pam_krb5.so.1
login auth sufficient pam_ldap.so.1
#
dtsession auth sufficient pam_unix_auth.so.1
dtsession auth sufficient pam_krb5.so.1
dtsession auth sufficient...
2006 Sep 05
0
winbind auth against ads not working via remote login-solaris 10. - Success!!
...path names, as
# present in this file in previous releases are still acceptable.
#
# Authentication management
#
# login service (explicit because of pam_dial_auth)
#
login auth requisite pam_authtok_get.so.1
login auth required pam_dhkeys.so.1
login auth required pam_unix_cred.so.1
login auth required pam_unix_auth.so.1
login auth required pam_dial_auth.so.1
login auth sufficient /usr/lib/security/pam_winbind.so
try_first_pass debug
#
# rlogin service (explicit because of pam_rhost_auth)
#
rlogin auth sufficient pam_rhosts_aut...
2006 Aug 30
1
winbind auth against ads not working via remote login - solaris 10.
I am attempting to use winbind for Telnet authentication but winbind pam
doesn't recognize ads realm or smb.conf workgroup..see error snapshot.
pdtsun03 is hostname of solaris 10 ADS domain member running samba
3.0.11. "net ads join" worked..."net ads user" returns all MYADSDOMAIN
users and samba shares work from both unix and NT side.
one note..After make install, I
2010 Dec 21
5
solaris 10 winbind authentication with ADS
...20 13:05 pam_winbind.so.1
-> /opt/local/lib/security/pam_winbind.so
My pam.conf:
login auth sufficient /opt/local/lib/security/pam_winbind.so
try_first_pass
login auth requisite pam_authtok_get.so.1
login auth required pam_dhkeys.so.1
login auth required pam_unix_cred.so.1
login auth required pam_unix_auth.so.1
login auth required pam_dial_auth.so.1
other auth sufficient /opt/local/lib/security/pam_winbind.so
try_first_pass
other auth requisite pam_authtok_get.so.1
other auth required pam_dhkeys.so.1
other aut...
2012 Jul 25
0
Active Directory on OpenIndiana: cannot set group permission
...en the Solaris10u8 and OpenIndiana config files
was in /etc/pam.conf.
OpenIndiana has these additional lines:
# GDM Autologin (explicit because of pam_allow). These need to be
# here as there is no mechanism for packages to amend pam.conf as
# they are installed.
#
gdm-autologin auth required pam_unix_cred.so.1
gdm-autologin auth sufficient pam_allow.so.1
#
# cups service (explicit because of non-usage of pam_roles.so.1)
#
cups account required pam_unix_account.so.1
#
# GDM Autologin (explicit because of pam_allow) This needs to be here
# as there is no mechanism for packages to amend...
2005 Aug 29
1
dovecot/Active Directory/KRB client (OT)
...nal /usr/lib/security/pam_krb5.so.1 debug
other password required /usr/lib/security/pam_unix.so.1
For Solaris 10, it looks like:
other auth requisite pam_authtok_get.so.1 debug
other auth required pam_dhkeys.so.1 debug
other auth required pam_unix_cred.so.1 debug
other auth sufficient pam_krb5.so.1 debug
other auth required pam_unix_auth.so.1 debug
other account requisite pam_roles.so.1 debug
other account required pam_unix_account.so.1 debug
other account required pam_krb5.so.1 debug
other sess...
2006 Jul 10
1
OpenSSH 4.3p2 on Solaris 10 and PAM
...orks.
Adittionally we have a customized PAM module that grants/revokes access
based upon an attribute setting in LDAP.
The PAM Configuration for Sun SSH 1.1 is:
==CUT==
login auth requisite pam_authtok_get.so.1
login auth required pam_dhkeys.so.1
login auth required pam_unix_cred.so.1
login auth required pam_dial_auth.so.1
login auth binding pam_unix_auth.so.1 server_policy
login auth required pam_ldap.so.1
sshd-password account required pam_mymodule.so.1
sshd-none account required pam_mymodule.so.1
sshd-kbdint accou...
2006 Jul 21
2
SSH and winbind authentication on Solaris 10
I've googled my heart out, but I cannot see an example of ssh authentication
with Active Directory and winbindd, particularly on Solaris 10. I have it
working on Solaris 8 with telnet, but I'm trying to break my users of
telnet.
Has anyone got it working? If so, would you be willing to share the global
section of your smb.conf and pam.conf with me? Is there something I need to
put in one
2007 Aug 14
2
OpenSSH public key problem with Solaris 10 and LDAP users?
...ct_mgmt = 9 (Authentication failed)
[...]
Access denied for user testme by PAM account configuration
Why is PAM denying access?
root at winds06 $ grep -v \# /etc/pam.conf
login auth requisite pam_authtok_get.so.1
login auth required pam_dhkeys.so.1
login auth required pam_unix_cred.so.1
login auth required pam_dial_auth.so.1
login auth binding pam_unix_auth.so.1 server_policy
login auth required pam_ldap.so.1
rlogin auth sufficient pam_rhosts_auth.so.1
rlogin auth requisite pam_authtok_get.so.1
rlogin auth required pam_...
2015 Jan 21
18
[Bug 2340] New: Openssh issue: unable to ssh the solaris server from ldap users
...b/security/$ISA. Absolute path names, as
# present in this file in previous releases are still acceptable.
#
# Authentication management
#
# login service (explicit because of pam_dial_auth)
#
login auth requisite pam_authtok_get.so.1
login auth required pam_dhkeys.so.1
login auth required pam_unix_cred.so.1
login auth binding pam_unix_auth.so.1 server_policy debug
login auth required pam_ldap.so.1 use_first_pass debug
#
# rlogin service (explicit because of pam_rhost_auth)
#
rlogin auth sufficient pam_rhosts_auth.so.1
rlogin auth requisite pam_authtok_get.so.1
rlogin auth required pam...
2006 Sep 26
1
password sync unix
...But if someone need the whole thing, please let me
know.
Is there anyone who can help me?? I really need to
get it working one way or another.
Many thanks for your effort. It's much appreciated!
Dimitry
---------------------------------------
/etc/pam.conf
samba auth required pam_unix_cred.so.1
samba auth required pam_unix_auth.so.1
samba account required
pam_unix_account.so.1
samba password required pam_dhkeys.so.1
samba password requisite pam_authtok_get.so.1
shadow md5
use_authtok try_first_pass
samba password requisite
pam_aut...
2007 Apr 02
1
Authenticaton in Active Directory(again)
Is possible authenticate in active directory 2003r2 with ldap (dovecot-ldap), but not using pam_ldap ?
I have problem, faileds. I need example of the dovecot-ldap.conf for this authentication.
Help, please.
Best Regards !
2015 Apr 13
2
[Bug 2378] New: Allow login to a role using Hostbased auth on platforms supporting PAM_AUSER
https://bugzilla.mindrot.org/show_bug.cgi?id=2378
Bug ID: 2378
Summary: Allow login to a role using Hostbased auth on
platforms supporting PAM_AUSER
Product: Portable OpenSSH
Version: 6.8p1
Hardware: Sparc
OS: Solaris
Status: NEW
Severity: enhancement
Priority: P5
2015 Jul 06
10
[Bug 2425] New: sshd doesn't need to call setproject() when configured to use PAM on Solaris
...JECTS #define is
set when --with-solaris-projects is supplied to the configure script.
Ever since the introduction of projects in Solaris 9 a user's project
membership has been set by PAM. As of Solaris 10, released in January
2005, the updating of a user's project information happens via
pam_unix_cred(5). This PAM module must be present in all
authentication
PAM transactions and is part of all PAM stacks shipped with Solaris and
thus when PAM is configured for OpenSSH (--with-pam) it is not
necessary
to separately call setproject(3PROJECT). In short, I'm suggesting
including '&&a...
2006 Sep 25
1
Fwd: RE: Welcome to the "samba" mailing list
...But if someone need the whole thing, please let me
know.
Is there anyone who can help me?? I really need to
get it working one way or another.
Many thanks for your effort. It's much appreciated!
Dimitry
---------------------------------------
/etc/pam.conf
samba auth required pam_unix_cred.so.1
samba auth required pam_unix_auth.so.1
samba account required
pam_unix_account.so.1
samba password required pam_dhkeys.so.1
samba password requisite pam_authtok_get.so.1
shadow md5
use_authtok try_first_pass
samba password requisite
pam_aut...