51
pemen
Re: Ldap authentication Against AD
  • 2005/9/7 13:05

  • pemen

  • Not too shy to talk

  • Posts: 186

  • Since: 2002/7/8 7


For the moment, the XOOPS Auth LDAP checks the password in both LDAP server and XOOPS Database (it's a problem).
The next version will check the password only in the LDAP server(for LDAP Auth option).

Nvertheless, I suggest you to keep Active Directory and XOOPS password synchronised for better maintenance.
Identity management, LDAP, Workflow and more
XoopsPro



52
pemen
Re: Incorrect log in cant contact LDAP server manager_ dn.
  • 2005/8/11 6:52

  • pemen

  • Not too shy to talk

  • Posts: 186

  • Since: 2002/7/8 7


According to the prefix of your tables, the right table is

<prefix>_config (eg xoops_config)
Identity management, LDAP, Workflow and more
XoopsPro



53
pemen
Re: Incorrect log in cant contact LDAP server manager_ dn.
  • 2005/8/10 14:08

  • pemen

  • Not too shy to talk

  • Posts: 186

  • Since: 2002/7/8 7


Hi,

For the moment, there is no way to change it by the XOOPS admin (in the next version).

The solution : modify manually the conf_value if the for the row auth_method in xoops_config table.
Identity management, LDAP, Workflow and more
XoopsPro



54
pemen
Re: Ldap extension not loaded
  • 2005/8/7 20:49

  • pemen

  • Not too shy to talk

  • Posts: 186

  • Since: 2002/7/8 7


The XOOPS Auth LDAP Driver test the LDAP extension with this code

if (!extension_loaded('ldap')) {              
$this->setErrors(0'ldap extension not loaded');              return $authenticated;          }


Normally, if the ldap extension is enable the error message would not be appear.


I plann to release a new version of the LDAP XOOPS Auth system that is not very optimized in the XOOPS 2.2 release.
Identity management, LDAP, Workflow and more
XoopsPro



55
pemen
Re: Xoops Authentication Service hack for Xoops 2.0.7.3
  • 2005/2/11 20:07

  • pemen

  • Not too shy to talk

  • Posts: 186

  • Since: 2002/7/8 7


Quote:
$ldapbind = ldap_bind($ds,"MERCIER Benoit(DIGIT)","nicNAC22");


The ldap_bind function is the authentication to the LDAP SERVEUR.

ldap_bind(link, rdn, password);

link : is the resource return by ldap_connect
rdn : DN of the user to connect. For example your AD Administrator : cn=Administrator, cn=users, dc=<mycompany>, dc=org (for example)

password : password associated to user.



56
pemen
Re: Single Sign ON (SSO) Implementation
  • 2004/11/27 17:46

  • pemen

  • Not too shy to talk

  • Posts: 186

  • Since: 2002/7/8 7


Yes but to store identity and certificate , do you use a LDAP server ?



57
pemen
Re:What's a good example of a TRUE cms system?
  • 2004/10/24 18:20

  • pemen

  • Not too shy to talk

  • Posts: 186

  • Since: 2002/7/8 7


I'm working on the integration of the GALAXIA Worklfow engine in XOOPS.

XOOPS Workflow xflow

It's clear that a workflow engine is very important in a CMS. It could be use for all the modules.



58
pemen
XOOPS_ROOT_PATH and $DOCUMENT_ROOT
  • 2004/10/5 9:28

  • pemen

  • Not too shy to talk

  • Posts: 186

  • Since: 2002/7/8 7


Why XOOSP don't use $SERVER['DOCUEMNT_ROOT'] for the XOOPS_ROOT_PATH variable for portable configutation ?

Thanks



59
pemen
Re: Full e-mail functionality
  • 2004/9/20 7:17

  • pemen

  • Not too shy to talk

  • Posts: 186

  • Since: 2002/7/8 7


Hi,

I don't think that create an email account under XOOPS is very important.
XOOPS needs a good webmail client interface to consult mails store on remote mail server.




60
pemen
Re: Full e-mail functionality
  • 2004/9/19 18:58

  • pemen

  • Not too shy to talk

  • Posts: 186

  • Since: 2002/7/8 7


Openwebmail is code in PERL not in PHP. It must be too difficult to integrate with XOOPS.




TopTop
« 1 ... 3 4 5 (6) 7 8 9 »



Login

Who's Online

151 user(s) are online (109 user(s) are browsing Support Forums)


Members: 0


Guests: 151


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits