what is correct gid and uid for admispconfig for SuSe 10.0

Discussion in 'Installation/Configuration' started by wwparrish, Feb 8, 2006.

  1. wwparrish

    wwparrish New Member

    I am still having trouble with the admispconfig:admispconfig user/group id.

    Should it exist before running setup ?
    Should it be a system account instead of a plain user ?


    If someone with suse 10.0 would please reply with the lines in /etc/passwd and /etc/shadow and /etc/groups that contain admispconfig I would apprecaite it greatly.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    No, it's created by the ISPConfig installer.

    My entries look like this:
    /etc/passwd:
    Code:
    admispconfig:x:105:105:Administrator ISPConfig:/home/admispconfig:/bin/bash
    /etc/shadow:
    Code:
    admispconfig:!:12705:0:99999:7:::
    /etc/group:
    Code:
    admispconfig:x:105:admispconfig
     
  3. wwparrish

    wwparrish New Member

    Thanks !!!!

    I discovered that entires of the form
    +:::::
    were at the bottom of my passwd and shadow file with the admin account just below them. Getting rid of those lines and the admispconfig account line and getting rid of the associated entry in /etc/group did the trick !!!!

    Having some problems with TLS and smtp with outlook (works fine with POP) but otherwise everything else is working like a charm.

    Thanks again, - back to the TLS-README :eek:
     

Share This Page