User Management

Hi there,

we just installed the Astaro at our company and all seems to work excellent but ...

We need to create about 200 Users for Internet access. That's a big bunch of crap - clicki click tap tap ... too much steps. 

Is it possible to set them up much easier??? The file which shows the users was found by myself but how can I automize this step (especially the HASH creation)...

Greets
Marcel  
Parents
  • just write a perl script which reads the user data from a text file or something and creates the proper firewall files (localusers.ini, proxyauth.ini) 
    as far as I know, the md4hash in the localusers.ini file is only needed for pptp (can be created with the perl module Crypt::SmbHash).
    the 'password' parameter can easily be created with perl's 'crypt' command.

      
Reply
  • just write a perl script which reads the user data from a text file or something and creates the proper firewall files (localusers.ini, proxyauth.ini) 
    as far as I know, the md4hash in the localusers.ini file is only needed for pptp (can be created with the perl module Crypt::SmbHash).
    the 'password' parameter can easily be created with perl's 'crypt' command.

      
Children
No Data