[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: create new user with same UID and GID



Title: Firma Institucional
Thanks for your reply

I create users whis this scripts: add_user.sh
-----------------
#!/usr/bin/expect -f

log_user 0
set force_conservative 0

if {$force_conservative} {
        set send_slow {1 .1}
        proc send {ignore arg} {
                sleep .1
                exp_send -s -- $arg
        }
}

set ADMIN_PASSWD (*********)
set timeout -1
spawn -noecho luseradd [lrange $argv 0 0] -P[lrange $argv 1 1] -c "\#[lrange $argv 3 3] @[lrange $argv 2 2]" -d [lrange $argv 4 4] -s [lrange $argv 5 5]
#stty raw -echo
expect {
    -re "LDAP Bind Password: " {
        send -- "$ADMIN_PASSWD\r"
        exp_continue
    }
  -re "Already exists." {
 exit 1
 }
}

---------------

And this asign automaticaly UID and GID

the parameters of the script are:

./add_user.sh user1 PassWord123 hostname_server cloud1 /home/user1 /sbin/nologin

On 19/02/15 17:31, Dan White wrote:
On 02/19/15 11:54 -0300, Fabián M Sales wrote:
I am creating users in LDAP and I assign different UID and GUI. For example.

What utility or process are you using to create these entries?

uid = _16661_ (user1) gid = _16664_ (user1) groups = _16664_ (user1)

I need that when the user is created is created with the same UID and
GID for user created.

as I do this?

I would love for it to be so:

uid = _16664_ (user1) gid = _16664_ (user1) groups = _16664_ (user1)

The values entered for uid/gid into your ldap directory are up to you (and
the tools you use). If you wish to limit or restrict the values that can be
used, see slapo-constraint(5) and slapo-unique(5).



--

 

Fabián M. Sales
Soporte Técnico & I.T.I Linux

DonWeb 
La Actitud Es Todo
www.DonWeb.com

 


Nota de confidencialidad: Este mensaje y archivos adjuntos al mismo son confidenciales, de uso exclusivo para el destinatario del mismo. La divulgación y/o uso del mismo sin autorización por parte de DonWeb.com queda prohibida.
DonWeb.com no se hace responsable del mensaje por la falsificación y/o alteración del mismo.
De no ser Ud el destinatario del mismo y lo ha recibido por error, por favor, notifique al remitente y elim?elo de su sistema.
Confidentiality Note: This message and any attachments (the message) are confidential and intended solely for the addressees. Any unauthorised use or dissemination is prohibited by DonWeb.com.
DonWeb.com shall not be liable  for the message if altered or falsified.
If you are not the intended addressee of this message, please cancel it immediately and inform the sender
Nota de Confidencialidade: Esta mensagem e seus eventuais anexos podem conter dados confidenciais ou privilegiados.
Se você os recebeu por engano ou não é um dos destinatários aos quais ela foi endereçada, por favor destrua-a e a todos os seus eventuais anexos ou copias realizadas, imediatamente.
É proibida a retenção, distribuição, divulgação ou utilização de quaisquer informações aqui contidas.
Por favor, informenos sobre o recebimento indevido desta mensagem, retornando-a para o autor.