Logging into Peoplesoft App-Designer in 2 Tier using LDAP authentication. - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T00:45:52Z http://stackoverflow.com/feeds/question/887970 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/887970/logging-into-peoplesoft-app-designer-in-2-tier-using-ldap-authentication 0 Logging into Peoplesoft App-Designer in 2 Tier using LDAP authentication. Alterlife 2009-05-20T13:40:27Z 2009-06-29T06:16:17Z <p>I have a database with LDAP login enabled. It works fine when logging in through the PIA or when logging into app-designer through the application server.</p> <p>I need to make app-designer allow me to login with 2-tier mode using LDAP authentication. Is this possible without customization?</p> http://stackoverflow.com/questions/887970/logging-into-peoplesoft-app-designer-in-2-tier-using-ldap-authentication/1056806#1056806 1 Answer by Epictetus for Logging into Peoplesoft App-Designer in 2 Tier using LDAP authentication. Epictetus 2009-06-29T06:16:17Z 2009-06-29T06:16:17Z <p>I do not think this is possible. 2-tier logs directly into the database and more importantly, does not run the signon peoplecode that does call-outs for LDAP authentication. In fact, 2-tier is really just a Win32 app that runs no peoplecode - it isn't a peoplesoft "application." There is a user callout dll delivered with peoplesoft, and some scant documents on what you have to do to use it - but again, likely not going to meet your need. You may need to use the ldap synch online app engine job to pull in your ldap users to security tables if you want to use those login identities for 2-tier access.</p>