Active Directory LDAP Help

Active Directory LDAP Help

am 06.10.2009 14:35:00 von Devendra Jadhav

--000e0cd212da73f5fc0475437519
Content-Type: text/plain; charset=ISO-8859-1

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

--000e0cd212da73f5fc0475437519--

Re: Active Directory LDAP Help

am 06.10.2009 14:45:43 von 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: Active Directory LDAP Help

am 06.10.2009 15:18:13 von Devendra Jadhav

--000feaf56492079f57047544108c
Content-Type: text/plain; charset=ISO-8859-1

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 wrote:

> 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

--000feaf56492079f57047544108c--

Re: Active Directory LDAP Help

am 06.10.2009 19:28:07 von Tommy Pham

----- Original Message ----
> From: Devendra Jadhav
> To: Yves Premel-Cabic
> Cc: php-general@lists.php.net
> Sent: Tue, October 6, 2009 6:18:13 AM
> Subject: Re: [PHP] Active Directory LDAP Help
>
> 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 wrote:
>
> > 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

Devendra,

Are you trying to create a web UI to manage AD accounts? If so, I hope you know that you're reinventing the wheel. Have a look at phpldapadmin at http://phpldapadmin.sourceforge.net/

Regards,
Tommy


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