Changes

Jump to navigation Jump to search
m
add uid
Line 3: Line 3:     
  #!/bin/bash
 
  #!/bin/bash
  #Configure the new ibay "test"
+
  #Get correct Uid
   
+
  uid=`perl -Mesmith::AccountsDB -e 'my $accountdb = esmith::AccountsDB->open(); print $accountdb->get_next_uid();'`
  next_id=$(config get MinUid)
  −
let "new_next_id = next_id + 1"
  −
config set MinUid $new_next_id
   
   
 
   
 
  #Populate the accounts db
 
  #Populate the accounts db
 
  db accounts set test ibay Name test \
 
  db accounts set test ibay Name test \
 
  Group admin UserAccess wr-group-rd-everyone \
 
  Group admin UserAccess wr-group-rd-everyone \
  Uid $next_id Gid $next_id CgiBin enabled PasswordSet no \
+
  Uid $uid Gid $uid CgiBin enabled PasswordSet no \
 
  SSL enabled PublicAccess global \
 
  SSL enabled PublicAccess global \
 
   
 
   

Navigation menu