Displaying 5 results from an estimated 5 matches for "auth_err".
Did you mean:
auth_error
2006 Nov 09
4
openssh with radius server unreachable
Hello,
I think to have find a small pb with openssh when a Radius server is
unreachable.
I use radius authentication with pam my system-auth is the following
auth [success=done auth_err=die default=ignore]
/lib/security/pam_radius_auth.so try_first_pass debug
auth [success=ignore auth_err=ignore default=ignore] pam_nologin.so
file=/etc/raddb/radiusfailure
auth required /lib/security/pam_unix.so likeauth nullok md5
shadow
auth required /lib/sec...
2008 Feb 22
3
Winbind 3.0.26a cannot authenticate with ActiveDirectory
...500-45000
idmap uid = 500-45000
idmap backend = ad
nsswitch.conf has the following:
passwd: files winbind
group: files winbind
Pam configuration:
auth requisite pam_nologin.so debug
auth [success=1 default=ignore] pam_localuser.so debug
auth [success=done auth_err=bad] pam_winbind.so debug
auth required pam_unix.so nullok_secure debug
account sufficient pam_winbind.so debug
account required pam_unix_acct.so debug
Relevent part of auth.log:
Feb 22 11:25:49 client sshd[4620]: Invalid user username from X.X.X.X
Feb 22 11:25:49 client s...
2006 Jan 20
0
can't map drive to WinXP client from v3.0.21 w. security=ads
...h are
more stringent than for samba. Yet samba isn't working, and ssh does.
Here's the auth pam stuff done for samba (and ssh) :
auth requisite pam_nologin.so debug
auth [success=1 default=ignore] pam_localuser.so debug
auth [success=done auth_err=bad] pam_winbind.so debug
auth required pam_unix.so nullok_secure debug
Here's the account pam stuff done for samba & ssh:
account sufficient pam_winbind.so debug
account required pam_unix.so debug
and the session pam stuff:...
2004 Jun 15
2
ssh daemon fails to call pam when user does not exist in /etc/passwd
...31.187 port 33729 ssh2
debug3: ssh_msg_recv entering
PAM file
=======
# Disallows other than root logins when /etc/nologin exists
# (Replaces the `NOLOGINS_FILE' option from login.defs)
auth requisite pam_nologin.so
auth required pam_env.so
auth [authinfo_unavail=ignore auth_err=done success=done default=ok]
/isan/lib/libpam_aaa_auth.so
# Standard Un*x authentication. The "nullok" line allows passwordless
# accounts.
auth required pam_unix.so nullok likeauth try_first_pass...
2006 Apr 28
7
acts as drop down
Hi
Im using the acts as drop down plugin
and have this code below
acts_as_dropdown :text => "forename", :order => "forename"
It currently makes use of the forename in the option tag, how can I get
it to use the surname as well
ie somthing like ''forename'' . ''surname'' in php
Thanks
--
Posted via http://www.ruby-forum.com/.