LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   LDAP Server Usage (https://www.linuxquestions.org/questions/linux-server-73/ldap-server-usage-817519/)

abakhiet 07-01-2010 07:05 PM

LDAP Server Usage
 
Hola,
I have LDAP server, it is configured and all is very well, i use it to make some authentication for our Servers and routers.
Also i integrates LDAP with Radius and all is work, so LDAP is powerfull to the company.
Last week my manager ask me to try making these authentication for all of Company computers which is windows.
So, can i use LDAP, or Active Directory ???
I wish to use LDAP, thanks in advance.

archangel_617b 07-01-2010 08:32 PM

Quote:

Originally Posted by abakhiet (Post 4021120)
Hola,
I have LDAP server, it is configured and all is very well, i use it to make some authentication for our Servers and routers.
Also i integrates LDAP with Radius and all is work, so LDAP is powerfull to the company.
Last week my manager ask me to try making these authentication for all of Company computers which is windows.
So, can i use LDAP, or Active Directory ???
I wish to use LDAP, thanks in advance.

The most common practice is to create a sub-domain for Windows and use Active Directory for that domain. So if your organization is example.com (dc=example,dc=com), then create ad.example.com (dc=ad,dc=example,dc=com). Without Active Directory and integrated DNS, Windows can be very challenging to manage.

If you do want to use regular LDAP, it can be done. You will need to manually create a lot of the DNS zones and records that Active Directory relies on and that will just take a lot of searching Online and a lot of guessing and testing.

Blue_Ice 07-02-2010 02:23 AM

It is not that complicated! You can use Samba as a domain controller. If you do so it will act like Active Directory.

abakhiet 07-02-2010 02:30 AM

cool, thanks for all
so, i need to arrange my steps
first, i need to setup samba server to use it as a domain controller.
second, Ldap and DNS
so, what can i do by DNS ???
i need some documentations for that, if you can :D

Blue_Ice 07-02-2010 02:49 AM

In this thread I have asked how to set this up. You might want to make some changes, but for me this works just fine!

http://www.linuxquestions.org/questi...lients-782039/

abakhiet 07-02-2010 04:03 AM

thanks my friend, i will read it ...

abakhiet 07-10-2010 02:21 PM

Quote:

Originally Posted by Blue_Ice (Post 4021413)
In this thread I have asked how to set this up. You might want to make some changes, but for me this works just fine!

http://www.linuxquestions.org/questi...lients-782039/

Dear thanks a lot for your informations, but now i have ldap and it is already integrated with all of my servers like Asterisk, Samba, DNS ,,,,
so, i need to use it to set user permissions to my windows clients and network resources.
do you have some tutorials ???

Blue_Ice 07-12-2010 02:37 AM

Well, I don't have a tutorial at hand, but you can run logon-scripts and set permissions as you would do with normal Active Directory. The only difference is that you have to script the changes, so they will be added to the registry at log on. That is pretty much the same way as Active Directory does it. For file share permissions, you can find everything you need at Samba.


All times are GMT -5. The time now is 09:01 AM.