Foren

source code of SO?

Egor Tsilenko, geändert vor 15 Jahren.

source code of SO?

New Member Beiträge: 3 Beitrittsdatum: 09.04.09 Neueste Beiträge
Hi 2everyone!

I've tried to implement SO in my company, but I've got several troubles configuring authentication via LDAP. In User Mapping there is field Password: userPassword (which is mandatory by default). We don't store user password in LDAP, we want to use LDAP bind for autentication.

So I want to fix this, but I can't find source code of SO anywhere I look: Community, Blog, Downloads etc.

Any help?
thumbnail
Amos Fong, geändert vor 15 Jahren.

RE: source code of SO?

Liferay Legend Beiträge: 2047 Beitrittsdatum: 07.10.08 Neueste Beiträge
SO uses Liferay as it's base so you can download the Liferay sourcecode. The classes you want to look are probably LDAPAuth and portalLDAPUtil.
thumbnail
Bryan Cheung, geändert vor 15 Jahren.

RE: source code of SO?

Expert Beiträge: 373 Beitrittsdatum: 27.08.04 Neueste Beiträge
You also need to download and deploy so-portlet and so-theme from our public plug-ins repository.
Egor Tsilenko, geändert vor 15 Jahren.

RE: source code of SO?

New Member Beiträge: 3 Beitrittsdatum: 09.04.09 Neueste Beiträge
Thanks a lot, I'm new to liferay so I don't realize that SO is just a portlet to liferay emoticon
Egor Tsilenko, geändert vor 15 Jahren.

RE: source code of SO?

New Member Beiträge: 3 Beitrittsdatum: 09.04.09 Neueste Beiträge
Thanks, I'll check liferay sources )