search for: cervella

Displaying 3 results from an estimated 3 matches for "cervella".

2007 May 25
2
Successful migration NT4->SAMBA3 domain, anyone?
Hello, I have simple question. Has anyone succeeded to migrate NT4 domain with windows XP accounts to SAMBA3+LDAP domain? Our organization is very interested in doing this. We performed a test migration, users' accounts migrated without problems, but windows xp workstations can't login. I tried to find more information on this topic. What I found made me to think that such clean
2007 Jun 11
5
Access Windows AD share From Linux
I am trying to mount and access a Windows share, from one of our Active Directory servers to one of our RedHat Enterprise 4 Linux hosts. I have used Samba in the past to do the opposite, which worked very well. I was successful in mounting the share, using the following: mount -t smbfs -o username=<myid>,password=<mypassword> //<AD Server>/<Share> /mnt/app1
2007 Jun 20
1
Direct access to subdirectories using smbclient
Hi I have a question How do i access a subdirectory of a windows share using smbclient? The problem is that i have a windows folder \\192.168.1.33\dvds shared in a windows machine but i want a direct access with smbclient from a linux machine to the folder \\192.168.1.33\dvds\examples. Is it possible?? any /etc/fstab setting to do this? Im using suse linux enterprise server 8 and samba 2.2.8 --