View Single Post
Unread 11-15-2007, 06:11 AM   #13
Fetoshka
Cooling Neophyte
 
Join Date: Nov 2007
Location: Russia
Posts: 2
Default Re: Snap Server 2200 Domain Problem

Quote:
Originally Posted by igors@optimumco
I can't seem to figure this out and was hoping someone out there can help me out.

I have an Adaptec Snap Server 2200 with 4.0.830 firmware version installed. I go through the steps to joining the Snap Server to my domain which gives me no errors. However, when I want to add users from my Active Directory I get the following error message:

Problem: Cannot view users and groups from the Windows domain. Please make sure you have specified a correct domain user name and password using the Use Windows domain security security guide.

Any idea why that is? Please HELP!!!
I have.
1. Download this programm Putty

2. Set enable SSH in web interface your GuardianOS (Administration -> Server -> SSH)

3. Start Putty and connect with your Snap server. You will see unix console.

4. Login as: admin

5. Inter command:
Code:
su root
and inter admin's password. Now you have root's rights

6. Than you must delete broken database of AD's users and groups, it's winbindd_idmap.tdb.

Code:
rm /var/lock/samba/winbindd_idmap.tdb
It's command must do that.

7. Restart your snap server and enjoy!

ps. sorry for my english
Fetoshka is offline   Reply With Quote