Import users?

Discussion in 'General' started by derfy, Apr 20, 2006.

  1. derfy

    derfy New Member

    Hi
    I'm planning to migrate from a old webserver with +/- 100 users to a website on ispconfig. Now the the users URL are somting like http://domain.tld/~username, and that works on ispconfig also when I create the users. I want to import (add/delete) the users from a config file (from other system) so that they also exist in the ispconfig. (add to sql?)
    Is there a import tool?

    Fred.
     
  2. falko

    falko Super Moderator ISPConfig Developer

    No, there isn't. You must do this manually. The reason there's no import tool is that there are millions of possible setups out there, and it is impossible for an import script to handle all of them.
     
  3. derfy

    derfy New Member

    Thanks Falco
    Is the a general description what / where is stored for a user. Otherwise I will have to search the php code to create a script for my own use.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Importing users in ISPConfig is not that easy, because you will have to set the permissions and dependencys in the isp_nodes and isp_dep tables correctly.

    The easier way for mass user import is the ISPConfig remoting framework.
     

Share This Page