[PHP] Active Directory LDAP Help

2009-10-06 Thread Devendra Jadhav
Hi All,

I am new to LDAP.
I want to create user on AD(Active Directory)
I have written script to do same, but I am getting Operations error
even I am successfully connected to AD and bounded with correct username,
password.
Also where will I get all attributes with its meanign... which attributes
are compulsory... different types of objects like users, groups,
organizational units and their attributes ...
where will i get all this information?

Help appreciated.
Thank you.

-- 
Devendra Jadhav


Re: [PHP] Active Directory LDAP Help

2009-10-06 Thread Yves Premel-Cabic
Why don't you use linux solutions like RedHat Directory Server or 
Mandriva Directory Server instead? (LDAP based too)
These solutions are scalable, free  fully documented on the web, not 
like this shitty MS AD (but is there a non-shitty MS product :p)


This is also much more easier to debugg... (linux...)

Devendra Jadhav wrote:

Hi All,

I am new to LDAP.
I want to create user on AD(Active Directory)
I have written script to do same, but I am getting Operations error
even I am successfully connected to AD and bounded with correct username,
password.
Also where will I get all attributes with its meanign... which attributes
are compulsory... different types of objects like users, groups,
organizational units and their attributes ...
where will i get all this information?

Help appreciated.
Thank you.

  



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Active Directory LDAP Help

2009-10-06 Thread Devendra Jadhav
The existing Infrastructure is ready. and now at this point of time this is
difficult to switch to the Linux based. I love linux but helpless now ...
There is not so much information available on php.net

On Tue, Oct 6, 2009 at 6:15 PM, Yves Premel-Cabic xavier.pre...@eds.muwrote:

 Why don't you use linux solutions like RedHat Directory Server or Mandriva
 Directory Server instead? (LDAP based too)
 These solutions are scalable, free  fully documented on the web, not like
 this shitty MS AD (but is there a non-shitty MS product :p)

 This is also much more easier to debugg... (linux...)


 Devendra Jadhav wrote:

 Hi All,

 I am new to LDAP.
 I want to create user on AD(Active Directory)
 I have written script to do same, but I am getting Operations error
 even I am successfully connected to AD and bounded with correct username,
 password.
 Also where will I get all attributes with its meanign... which attributes
 are compulsory... different types of objects like users, groups,
 organizational units and their attributes ...
 where will i get all this information?

 Help appreciated.
 Thank you.







-- 
Devendra Jadhav