October 31, 2008
To enable acccess-based enumeration (ABE) on a netapp share we need the commandline. Just connect with putty or something else to your netapp where the share resides.
To set ABE to on, use the nest command:
cifs shares -change sharename -accessbasedenum
To turn ABE off, use the command:
cifs shares -change sharename -noaccessbasedenum
Update:
Like Christoph says in the comments you can enable ABE from the commandline tool abecdm.exe just from a windows server, so you don’t need the commandline from a Netapp.
If you do not have this tool you can download it here:
http://www.microsoft.com/downloads/details.aspx?FamilyId=04A563D9-78D9-4342-A485-B030AC442084&displaylang=en
5 Comments |
Netapp |
Permalink
Posted by tendam
October 28, 2008
Today i had a problem logging in to a netapp share with a computer who is not a member of the domain. for the first time i have installed a netapp storage box with a windows 2008 domaincontroller for authentication.
Usally when the login box shows up, i try to login on like this:
domainname.local\administrator
password
somehow did did’nt work. I reconfigured the netapp to autenthicate, but no solution.
I used a windows xp workstation. When i try to logon from a Vista client it did work.
Now i was confused. Eventually i found a way to login using the User principal names
administrator@domainname.local
password
Ofcourse this has something to do the way authenciation is working between Vista clients, XP clients and a windows 2008 domain controller. However it frustrated me for about 1 our.
1 Comment |
Netapp | Tagged: Netapp, Windows 2008 |
Permalink
Posted by tendam