SAMBA (Domaincontroller) Server For Small Workgroups With Ubuntu 6.10

Discussion in 'HOWTO-Related Questions' started by koi, Sep 27, 2007.

  1. koi

    koi New Member

    I have followed this how-to but with debian etch instead of ubuntu:

    when i arrive at this point:

    net groupmap modify ntgroup="Domain Admins" unixgroup=root
    net groupmap modify ntgroup="Domain Users" unixgroup=users
    net groupmap modify ntgroup="Domain Guests" unixgroup=nogroup

    I get:

    NT Group Domain Admins doesn't exist in mapping DB
    NT Group Domain Users doesn't exist in mapping DB
    NT Group Domain Guests doesn't exist in mapping DB

    If I do:

    net groupmap list

    I get:
    Administrators (S-1-5-32-544) -> 15000
    Users (S-1-5-32-545) -> 15001

    Thanks in advance.
     
  2. zmaffeo

    zmaffeo New Member

    use add

    Heh, it should be "net groupmap add ntgroup=”Domain Admins” unixgroup=root"
    Switch modify with add.
    Modify is only when you already have an account created.
    That one caught me too.
    -z
     

Share This Page