Jump to content

Recommended Posts

Posted

How do TeraStation users configure their authentication settings?

 

I've go a TeraStation 1 (firmware 1.03) but it does not appear to support AD integration unless the domain is in mixed mode. Yuck.

 

Any advice welcome...

Posted

Well, I put the earlier firmware on and even though the help still says it will only work on a mixed mode AD domain, it happily joined my Win2K native one!

 

 

Thanks Geoff.

  • 1 month later...
Posted

I'm looking for a NAS at the moment. I've ruled out Terastation in the past, due to the limitation in AD support where it could only enumerate up to 1000 users.

 

Anyone know whether the user limit and domain mode issues mentioned above are apparent in the current firmware release for Terastation pro II? Thanks

Posted

I have a question about the buffalo NAS units namely the terastation pro series, when it states active directory support what exactly does this mean, does it for instance use NT file format and utilize the NT securty model at both files and folder level.

 

regards baz

  • 5 weeks later...
Posted

meastaugh1

 

I had the same problem with the group limit and found no answers anywhere. After a bit of playing around I found the group and user list limit can be increased from 1000.

 

1. Telnet into the Terastation and login as root

2. edit /www/cgi-bin/module/BufDomainGroupListInfo.pm

3. In BufDomainGroupListInfo.pm script you will see each subroutine has a counter which is set to 1000 "if ($group_count > (1000-1)) { $flag++; }"

4. If you wanted to enumerate 5000 groups you would need to edit each of this to read "if ($group_count > (5000-1)) { $flag++; }".

5. write the file and bingo yer enumerating 5000 groups.

  • Thanks 1
  • 10 months later...
Posted
meastaugh1

 

I had the same problem with the group limit and found no answers anywhere. After a bit of playing around I found the group and user list limit can be increased from 1000.

 

1. Telnet into the Terastation and login as root

2. edit /www/cgi-bin/module/BufDomainGroupListInfo.pm

3. In BufDomainGroupListInfo.pm script you will see each subroutine has a counter which is set to 1000 "if ($group_count > (1000-1)) { $flag++; }"

4. If you wanted to enumerate 5000 groups you would need to edit each of this to read "if ($group_count > (5000-1)) { $flag++; }".

5. write the file and bingo yer enumerating 5000 groups.

 

How can i enbale telnet so i can login to it i can't do it at the moment. We're using the 1.04 firmware, not modified bu the original from Buffalo.

 

TIA,

 

Ash.

Posted
If the 1.04 firmware isn't working for you, you must downgrade to the 1.01 firmware (the firmware is on the buffalo support site) to get functional AD support.
Posted
If the 1.04 firmware isn't working for you, you must downgrade to the 1.01 firmware (the firmware is on the buffalo support site) to get functional AD support.

 

Hi Geoff,

 

Its working and getting the groups in but as i said its only getting the limit of the 1000 user/group objects.

 

Ash.

Posted

i don't mind hacking this part only, there are people who have completely changed the whole of software to allow putty, etc but i don't want to do any of this just the limit. I might try the serial cable way and see if this allows me to do it.

 

Ash.

  • 1 year later...
Posted

Old Thread Revivication

 

...

 

We have recently purchased the Pro version of the Terastation. Plugged it in, added it to domain etc. Created a directory on it for staff.

 

The problem has arisen whereby I want to create a directory for students...which means I have to turn on the AD authentication bit to share the directory. When I do, all the files vanish from the terastation. They re-appear when I turn off the AD authentication again...and everything is accessible.

 

Also, is it possible to determine what folders are fully accessible by specific members of staff? Such as a Science teacher has full access to the Science folder...but read only to say, History?

Posted

Hello,

 

Noob here so please be gentle.

 

I am looking to increase the AD group limitation on our Terastation Pro II. I can telnet into the box, but am now stuck on how to edit the required file. Strictly a Windows person I'm afraid :( Would anyone be able to give more detailed instructions on how to edit the file as mentioned in one of the previous posts? I'm looking for the correct syntax.

 

Thanks in advance.

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...