-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Verschluesselung von Passwoertern
PostPosted: Thu Sep 25, 2008 9:34 am 
Newbie

Joined: Thu Sep 25, 2008 9:27 am
Posts: 1
Ich versuche eine LDAP Anbindung an das Active Directory mit verschluesseltem Passwort. Leider funktioniert es nicht. Ich verwende zur Anbindung den Tomcat 6.0.10 Webserver.

Hier mein Eintrag in der context.xml Datei des Tomcat Servers:

<Realm className="org.apache.catalina.realm.JNDIRealm"
authentication="simple"
digest="MD5"
connectionName="CN=LDAPUser,OU=LDAP Authentifizierung,OU=Administration,DC=WWK-GROUP,DC=COM"
connectionPassword="verschluesseltes PWD"
connectionURL="ldap://dap1.wwk-group.com:389 ldap://zdldap2.wwk-group.com:389 ldap://zdldap3.wwk-group.com:389 ldap://zdldap4.wwk-group.com:389"
debug="99"
referrals="follow"
roleBase="OU=WWK-PROGRAMME,DC=wwk-group,DC=com"
roleName="cn"
roleSearch="(member={0})"
roleSubtree="true"
userBase="OU=WWK-ZD,DC=wwk-group,DC=com"
userRoleName="member"
userSearch="sAMAccountName={0}"
userSubtree="true"/>

Welche Dinge muss ich noch setzen?


Und noch eine zweite Frage:
Wenn ich das Passwort fuer eine JNDIDataSource verschluesseln muss, welche Technik ist da die sinnvollste? Ich versuche es mit jaspyt aber es funktioniert nicht. Er wirft immer einen Fehler, dass das PWD in korrekt ist.

Danke fuer die Hilfe


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.