Changeset - 24826a1c8bd9
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-07-30 17:11:17

Comments
1 file changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/server/slavefuncs.c
Show inline comments
 
@@ -88,9 +88,11 @@ int register_user(char *username, char *
 
    }
 
  execio_close(testrem);
 

	
 
  ssh_keygen(); // generates username.rsa
 
  /* @TODO: Parse the output buffer or something to check when user creation fails due to duplicate users. This is pretty important.
 

	
 
  /* TODO: Scan distrenslave.conf for !username and !key and replace them with "keyname" and the "username" */
 
  ssh_keygen(); // generates distren_rsa
 

	
 
  /* @TODO: Scan distrenslave.conf for !username and !key and replace them with "keyname" and the "username" */
 
  return 1;
 
}
 

	
0 comments (0 inline, 0 general)