Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Oracle Server > Re: Connect Sol...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 24 Topic 16747 of 17418
Post > Topic >>

Re: Connect Solaris ldapclient to a Oracle internet directory

by denis <Denis.Nicklas@[EMAIL PROTECTED] > Jun 18, 2008 at 06:51 AM

On 18 Jun., 15:42, "Shakespeare" <what...@[EMAIL PROTECTED]
> wrote:
> "denis" <Denis.Nick...@[EMAIL PROTECTED]
> schreef in
berichtnews:b3ca07d0-d3=
34-4230-bed6-6d334a1acdc9@[EMAIL PROTECTED]
>
>
>
>
>
> > Hi,
>
> > I am looking for informations howto connect Solaris native ldapclient
> > to a Oracle internet directory.
> > Or a solution for the following problem:
> > Solaris 10
> > ldapclient init works
> > ssh with a ldap user doesn't
> > error:
>
> > Jun 18 11:29:40 sissunws1 sshd[8033]: [ID 219349 auth.debug]
> > pam_unix_auth: user MYUSER not found
> > Jun 18 11:29:40 sissunws1 sshd[8033]: [ID 453631 auth.debug] tid=3D 1:
> > Adding connection (serverAddr=3Dxxx.xxx.xxx.xxx:389)
> > Jun 18 11:29:40 sissunws1 sshd[8033]: [ID 776464 auth.debug] tid=3D 1:
> > Initialized sessionPool
> > Jun 18 11:29:40 sissunws1 sshd[8033]: [ID 816976 auth.debug] tid=3D 1:
> > Connection added [0]
> > Jun 18 11:29:40 sissunws1 sshd[8033]: [ID 467101 auth.debug] tid=3D 1:
> > connectionID=3D1024
> > Jun 18 11:29:40 sissunws1 sshd[8033]: [ID 805042 auth.debug] tid=3D 1:
> > shared=3D1
> > Jun 18 11:29:40 sissunws1 sshd[8033]: [ID 982078 auth.debug] tid=3D 1:
> > usedBit=3D0
> > Jun 18 11:29:40 sissunws1 sshd[8033]: [ID 727660 auth.debug] tid=3D 1:
> > threadID=3D1
> > Jun 18 11:29:40 sissunws1 sshd[8033]: [ID 577507 auth.debug] tid=3D 1:
> > serverAddr=3Dxxx.xxx.xxx.xxx:389
> > Jun 18 11:29:40 sissunws1 sshd[8033]: [ID 939703 auth.debug] tid=3D 1:
> > AuthType=3D0
> > Jun 18 11:29:40 sissunws1 sshd[8033]: [ID 142272 auth.debug] tid=3D 1:
> > TlsType=3D0
> > Jun 18 11:29:40 sissunws1 sshd[8033]: [ID 537450 auth.debug] tid=3D 1:
> > SaslMech=3D0
> > Jun 18 11:29:40 sissunws1 sshd[8033]: [ID 625532 auth.debug] tid=3D 1:
> > SaslOpt=3D0
> > Jun 18 11:29:40 sissunws1 sshd[8033]: [ID 323218 auth.debug] tid=3D 1:
> > unlocking sessionLock
> > Jun 18 11:29:40 sissunws1 sshd[8033]: [ID 800047 auth.info] Keyboard-
> > interactive (PAM) userauth failed[13] while authenticating: No account
> > present for user
> > Jun 18 11:29:40 sissunws1 sshd[8033]: [ID 800047 auth.info] Failed
> > keyboard-interactive for <invalid username> from xxx.xxx.xxx.xxx ****t
> > 1463 ssh2
>
> > ldapclient list
> > NS_LDAP_FILE_VERSION=3D 2.0
> > NS_LDAP_SERVERS=3D 10.0.0.1:389
> > NS_LDAP_SEARCH_BASEDN=3D dc=3Dmydomain,dc=3Dcom
> > NS_LDAP_CACHETTL=3D 0
> > NS_LDAP_SERVICE_AUTH_METHOD=3D pam_ldap:simple
>
> > /etc/pam.conf
> > #ident =A0"@[EMAIL PROTECTED]
(#)pam.conf =A0 1.29 =A0 =A005/06/08 SMI"
> > #
> > # Copyright 2004 Sun Microsystems, Inc. =A0All rights reserved.
> > # Use is subject to license terms.
> > #
> > # PAM configuration
> > #
> > # Unless explicitly defined, all services use the modules
> > # defined in the "other" section.
> > #
> > # Modules are defined with relative pathnames, i.e., they are
> > # relative to /usr/lib/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 =A0 auth requisite =A0 =A0 =A0 =A0 =A0pam_authtok_get.so.1
> > login =A0 auth sufficient =A0 =A0 =A0 =A0 pam_ldap.so.1
> > login =A0 auth required =A0 =A0 =A0 =A0 =A0 pam_dhkeys.so.1
> > login =A0 auth required =A0 =A0 =A0 =A0 =A0 pam_unix_cred.so.1
> > #login =A0auth required =A0 =A0 =A0 =A0 =A0 pam_unix_auth.so.1
> > login =A0 auth required =A0 =A0 =A0 =A0 =A0 pam_dial_auth.so.1
> > login =A0 =A0auth binding =A0 =A0 =A0 =A0 =A0 pam_unix_auth.so.1
server=
_policy
> > login =A0 =A0auth required =A0 =A0 =A0 =A0 =A0pam_ldap.so.1 debug
>
> > #
> > # rlogin service (explicit because of pam_rhost_auth)
> > #
> > rlogin =A0auth sufficient =A0 =A0 =A0 =A0 pam_rhosts_auth.so.1
> > rlogin =A0auth requisite =A0 =A0 =A0 =A0 =A0pam_authtok_get.so.1
> > rlogin =A0auth required =A0 =A0 =A0 =A0 =A0 pam_dhkeys.so.1
> > rlogin =A0auth required =A0 =A0 =A0 =A0 =A0 pam_unix_cred.so.1
> > #rlogin auth required =A0 =A0 =A0 =A0 =A0 pam_unix_auth.so.1
> > #
> > # Kerberized rlogin service
> > #
> > krlogin auth required =A0 =A0 =A0 =A0 =A0 pam_unix_cred.so.1
> > krlogin auth binding =A0 =A0 =A0 =A0 =A0 =A0pam_krb5.so.1
> > krlogin auth required =A0 =A0 =A0 =A0 =A0 pam_unix_auth.so.1
> > #
> > # rsh service (explicit because of pam_rhost_auth,
> > # and pam_unix_auth for meaningful pam_setcred)
> > #
> > rsh =A0 =A0 auth sufficient =A0 =A0 =A0 =A0 pam_rhosts_auth.so.1
> > rsh =A0 =A0 auth required =A0 =A0 =A0 =A0 =A0 pam_unix_cred.so.1
> > #
> > # Kerberized rsh service
> > #
> > #krsh =A0 auth required =A0 =A0 =A0 =A0 =A0 pam_unix_cred.so.1
> > #krsh =A0 auth binding =A0 =A0 =A0 =A0 =A0 =A0pam_krb5.so.1
> > #krsh =A0 auth required =A0 =A0 =A0 =A0 =A0 pam_unix_auth.so.1
> > #
> > # Kerberized telnet service
> > #
> > #ktelnet =A0 =A0 =A0 =A0auth required =A0 =A0 =A0 =A0 =A0
pam_unix_cred=
..so.1
> > #ktelnet =A0 =A0 =A0 =A0auth binding =A0 =A0 =A0 =A0 =A0
=A0pam_krb5.so=
..1
> > #ktelnet =A0 =A0 =A0 =A0auth required =A0 =A0 =A0 =A0 =A0
pam_unix_auth=
..so.1
> > #
> > # PPP service (explicit because of pam_dial_auth)
> > #
> > ppp =A0 =A0 auth requisite =A0 =A0 =A0 =A0 =A0pam_authtok_get.so.1
> > ppp =A0 =A0 auth required =A0 =A0 =A0 =A0 =A0 pam_dhkeys.so.1
> > ppp =A0 =A0 auth required =A0 =A0 =A0 =A0 =A0 pam_unix_cred.so.1
> > ppp =A0 =A0 auth required =A0 =A0 =A0 =A0 =A0 pam_unix_auth.so.1
> > ppp =A0 =A0 auth required =A0 =A0 =A0 =A0 =A0 pam_dial_auth.so.1
> > #
> > # Default definitions for Authentication management
> > # Used when service name is not explicitly mentioned for
> > authentication
> > #
> > other =A0 auth requisite =A0 =A0 =A0 =A0 =A0pam_authtok_get.so.1
> > other =A0 auth required =A0 =A0 =A0 =A0 =A0 pam_dhkeys.so.1
> > other =A0 auth required =A0 =A0 =A0 =A0 =A0 pam_unix_cred.so.1
> > #other =A0auth required =A0 =A0 =A0 =A0 =A0 pam_unix_auth.so.1
> > #other =A0auth sufficient =A0 =A0 =A0 =A0 pam_krb5.so.1
> > other auth binding =A0 =A0 =A0 =A0 =A0 =A0 =A0pam_unix_auth.so.1
server=
_policy
> > other auth required pam_ldap.so.1 debug
> > #
> > # passwd command (explicit because of a different authentication
> > module)
> > #
> > #passwd auth required =A0 =A0 =A0 =A0 =A0 pam_passwd_auth.so.1
> > passwd auth sufficient pam_passwd_auth.so.1 debug
> > passwd auth sufficient =A0 pam_ldap.so.1 debug
> > #
> > # cron service (explicit because of non-usage of pam_roles.so.1)
> > #
> > cron =A0 =A0account required =A0 =A0 =A0 =A0pam_unix_account.so.1
> > #
> > # Default definition for Account management
> > # Used when service name is not explicitly mentioned for account
> > management
> > #
> > other =A0 account requisite =A0 =A0 =A0 pam_roles.so.1
> > #other =A0account required =A0 =A0 =A0 =A0pam_unix_account.so.1
> > other account sufficient pam_unix_account.so.1 debug
> > other account sufficient pam_ldap.so.1 debug
> > #
> > # Default definition for Session management
> > # Used when service name is not explicitly mentioned for session
> > management
> > #
> > other =A0 session required =A0 =A0 =A0 =A0pam_unix_session.so.1
> > #
> > # Default definition for =A0Password management
> > # Used when service name is not explicitly mentioned for password
> > management
> > #
> > other =A0 password required =A0 =A0 =A0 pam_dhkeys.so.1
> > other =A0 password requisite =A0 =A0 =A0pam_authtok_get.so.1
> > other =A0 password requisite =A0 =A0 =A0pam_authtok_check.so.1
> > other =A0 password required =A0 =A0 =A0 pam_authtok_store.so.1
> > #
> > # Sup****t for Kerberos V5 authentication and example configurations
> > can
> > # be found in the pam_krb5(5) man page under the "EXAMPLES" section.
> > #
> > krlogin auth required =A0 =A0 =A0 =A0 =A0 pam_krb5.so.1
> > krsh =A0 =A0auth required =A0 =A0 =A0 =A0 =A0 pam_krb5.so.1
> > ktelnet auth required =A0 =A0 =A0 =A0 =A0 pam_krb5.so.1
>
> Are these entries
> a) unmodified taken from your configuration?
> b) correct?
>
> Did you perform any preparations on the OID to make it work with Solaris
> Ldap Client?
>
> Shakespeare- Zitierten Text ausblenden -
>
> - Zitierten Text anzeigen -

to a) no I needed to change ipadresse to xxx.xxx.xxx.xxx and dc
entries  <- company policy sorry
b) they are correct in the sense of cut and paste to the newsgroup if
the are correct in the sense of functionality? I hope so.

> Did you perform any preparations on the OID to make it work with Solaris
> Ldap Client?
As I am not the administrator of the OID I didn't changed anything.
But if you would be so ckind to give me a hint I would ask the admin
to do so (I didn't even knew that there are changes needed=B4, sorry).

thanks
 




 24 Posts in Topic:
Connect Solaris ldapclient to a Oracle internet directory
denis <Denis.Nicklas@[  2008-06-18 06:22:45 
Re: Connect Solaris ldapclient to a Oracle internet directory
"Shakespeare" &  2008-06-18 15:42:35 
Re: Connect Solaris ldapclient to a Oracle internet directory
"Shakespeare" &  2008-06-18 15:48:15 
Re: Connect Solaris ldapclient to a Oracle internet directory
denis <Denis.Nicklas@[  2008-06-18 06:51:49 
Re: Connect Solaris ldapclient to a Oracle internet directory
"Shakespeare" &  2008-06-18 16:16:10 
Re: Connect Solaris ldapclient to a Oracle internet directory
denis <Denis.Nicklas@[  2008-06-18 07:02:40 
Re: Connect Solaris ldapclient to a Oracle internet directory
denis <Denis.Nicklas@[  2008-06-18 07:05:50 
Re: Connect Solaris ldapclient to a Oracle internet directory
"Shakespeare" &  2008-06-18 16:19:05 
Re: Connect Solaris ldapclient to a Oracle internet directory
denis <Denis.Nicklas@[  2008-06-18 07:28:01 
Re: Connect Solaris ldapclient to a Oracle internet directory
Chris Ridd <chrisridd@  2008-06-19 15:07:26 
Re: Connect Solaris ldapclient to a Oracle internet directory
denis <Denis.Nicklas@[  2008-06-18 07:36:47 
Re: Connect Solaris ldapclient to a Oracle internet directory
"Shakespeare" &  2008-06-18 20:45:19 
Re: Connect Solaris ldapclient to a Oracle internet directory
Frank van Bortel <fran  2008-06-25 09:41:18 
Re: Connect Solaris ldapclient to a Oracle internet directory
denis <Denis.Nicklas@[  2008-06-23 03:37:06 
Re: Connect Solaris ldapclient to a Oracle internet directory
"Shakespeare" &  2008-06-23 20:37:01 
Re: Connect Solaris ldapclient to a Oracle internet directory
Denis <Denis.Nicklas@[  2008-07-03 02:00:22 
Re: Connect Solaris ldapclient to a Oracle internet directory
Chris Ridd <chrisridd@  2008-07-03 11:56:36 
Re: Connect Solaris ldapclient to a Oracle internet directory
Chris Ridd <chrisridd@  2008-07-03 11:57:30 
Re: Connect Solaris ldapclient to a Oracle internet directory
"Neal A. Lucier"  2008-07-03 13:27:48 
Re: Connect Solaris ldapclient to a Oracle internet directory
denis <Denis.Nicklas@[  2008-07-14 01:39:53 
Re: Connect Solaris ldapclient to a Oracle internet directory
Chris Ridd <chrisridd@  2008-07-14 18:49:58 
Re: Connect Solaris ldapclient to a Oracle internet directory
denis <Denis.Nicklas@[  2008-07-14 03:36:18 
Re: Connect Solaris ldapclient to a Oracle internet directory
denis <Denis.Nicklas@[  2008-08-04 03:48:48 
Re: Connect Solaris ldapclient to a Oracle internet directory
"Shakespeare" &  2008-08-04 13:25:29 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 15:40:03 CST 2008.