Users are not created (ISPConfig 2.2.24 and CentOS)

Discussion in 'General' started by fatik, Jul 27, 2008.

  1. fatik

    fatik New Member

    I install CentOS 5.2 and ISPConfig 2.2.24.
    When I in ISPConfig create the client, the ambassador I add the domain, the group webID is created, but the user webID is not created!

    # cat /etc/group
    admispconfig:x:101:admispconfig
    ispconfigend:x:20000:
    web1:x:10001:admispconfig

    # cat /etc/passwd
    admispconfig:x:101:101:Administrator ISPConfig:/home/admispconfig:/bin/bash
    ispconfigend:x:20000:20000::/home/ispconfigend:/sbin/nologin

    ls -al /var/www
    drwxr-xr-x 8 apache web1 4096 Jul 27 05:59 web1
    lrwxrwxrwx 1 apache web1 13 Jul 27 05:59 www.billpanel.net.ru -> /var/www/web1


    Where a problem?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Clients are never created on the shell. You will have to add a user on the user & email tab with "administrator" checkbox enabled.
     
  3. fatik

    fatik New Member

    Thx :) :) :)
     

Share This Page