Operating System - Linux
1830899 Members
3266 Online
110017 Solutions
New Discussion

Re: ADS and *nix client ?

 
Maaz
Valued Contributor

ADS and *nix client ?

Hello
Is it possible to make a *nix machine, client of MS based Domain(Active Directory Services), if then please let me know what shouild I have to do on *nix(esp rhl) to make it the client of MS based Domain.

Second, is just apposite, i.e. If a domain is *nix based(NIS), so is it possible to make a Windows machine, client of NIS Domain ??? if then what should i have to do ?
4 REPLIES 4
U.SivaKumar_2
Honored Contributor

Re: ADS and *nix client ?

Hi ,

you have to install nss_ldap libraries and define attributes for schemas in windows 2000 ADS server for unix user information.

For easy integration , use ad4unix package to do the same.

For windows to use NIS services and NFS services you have to install Windows Services for Unix (SFU).

regards,

U.SivaKumar.

Innovations are made when conventions are broken
Maaz
Valued Contributor

Re: ADS and *nix client ?

Sorry for replying so late

is nss_ldap and ad4unix available in rpm format?? from where i can get it ? is it available for free for RHL??
from where i can get SFU ?

Ok I if m not wrong... I have to install nss_ldap/ad4unix at client(nix)and for Windows to use NIS services I have to install SFU at Windows(client).. is it what u mean U.SivaKumar ???


U.SivaKumar_2
Honored Contributor

Re: ADS and *nix client ?

Hi,

nss_ldap is installed by default in RH9 installations.

rpm -qa | grep nss_ldap

otherwise your installation CD will have the rpms for installation.

ad4unix is also available publicly.

http://www.css-solutions.ca/ad4unix/

SFW is available from

Hi,

nss_ldap is installed by default in RH9 installations.

rpm -qa | grep nss_ldap

otherwise your installation CD will have the rpms for installation.

ad4unix is also available publicly.

http://www.css-solutions.ca/ad4unix/

SFU is available from microsoft site. you need to have product/OS license for using this.

http://www.microsoft.com/windows/sfu/downloads/default.asp

ok.

regards,

U.SivaKumar.






Innovations are made when conventions are broken
Maaz
Valued Contributor

Re: ADS and *nix client ?

Maany Thanks Siva