Question : Documentation on SAMBA and Active Directory Integration

Hi,

Can some one give a complete documentation on SAMBA to Active Directory Migration.We do not want to create users in Solaris and with the existing users in Active Directory I want to Assign rights to the SAMBA shares.

Currently I am using Solaris 10 and Active Directory 2003.

Answer : Documentation on SAMBA and Active Directory Integration

Listen 192.168.101.83
#chaffoteaux

<Directory "Path to project folder">
    AllowOverride All
</Directory>
<VirtualHost 192.168.101.83:82>
    ServerAdmin [email protected]le.com
    DirectoryIndex index.html index.htm index.php index.html.var
    DocumentRoot "Path to project folder"
    #ServerName dummy-host.example.com
    ErrorLog logs/Zara.log
    #ErrorLog logs/dummy-host.example.com-error_log
    #CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>
<VirtualHost 192.168.101.83:83>
    ServerAdmin [email protected]mple.com
    DirectoryIndex index.html index.htm index.php index.html.var
    DocumentRoot "Path to project folder"
    #ServerName dummy-host2.example.com
    ErrorLog logs/Zara.log
    #ErrorLog logs/dummy-host2.example.com-error_log
    #CustomLog logs/dummy-host2.example.com-access_log common
</VirtualHost>

that will work imho

you might need bind installed to do local dns instaed or apache as if you virtual domains increases its easier to use bind to do the ip side
Random Solutions  
 
programming4us programming4us