rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ukyo

Pages: 1
1
HFS ~ HTTP File Server / Re: Mass Account Creation
« on: December 02, 2008, 02:58:39 PM »
Quote
I think something in the like of SAMBA for permissions on folders could work pretty well, don't you?
Code: [Select]
[salesdoc]
path = /home/shared/sales
write list = rocky tony

and where do you put this piece of text?
The meaning of that part of the post, was a feature request or something like that :)
SAMBA has a smb.conf file where you define all the filesharing options, permissions and folders shared.

2
HFS ~ HTTP File Server / Re: Mass Account Creation
« on: November 26, 2008, 04:04:35 PM »
i guess that you got all your accounts disabled.
I've done my homework watching what happens with "accounts=" when you create an user with the GUI ;D
I've passed also the options.  It was like:
Code: [Select]
accounts=login:base64user:pass|enabled:yes|no-limits:no;login:base64user2:pass2|enabled:yes|no-limits:no; (etc)
BTW, it'd great to have an option to bulk register users/folder permissions... It was pretty painful to manually assign the view/upload permissions manually for 38 users and 3 folders (intranet use)  :P

I think something in the like of SAMBA for permissions on folders could work pretty well, don't you?
Code: [Select]
[salesdoc]
path = /home/shared/sales
write list = rocky tony

3
HFS ~ HTTP File Server / Re: Mass Account Creation
« on: November 26, 2008, 01:52:21 PM »
With the help of the all-mighty Notepad++ (and MIME Tools plugin) I've constructed a (very long) string with the logins/passwords encoded in base64, and passed it to the hsf.ini file.

It works like a charm!  ;D

Thanks Rejetto!

Pages: 1