38 lines
1.1 KiB
HTML
38 lines
1.1 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
|
||
|
|
||
|
<title>Example: Users.props file</title>
|
||
|
</head>
|
||
|
|
||
|
<BODY>
|
||
|
<!-- Java sync-link -->
|
||
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
||
|
|
||
|
<h4><a name="secdcuru"></a>Example: Users.props file</h4>
|
||
|
|
||
|
<pre># 5722-IWE
|
||
|
# (C) COPYRIGHT International Business Machines Corp. 1997, 2003
|
||
|
# All Rights Reserved * Licensed Materials - Property of IBM
|
||
|
#
|
||
|
# Format:
|
||
|
# name:passwd:uid:gids:display name
|
||
|
# where name = userId/userName of the user
|
||
|
# passwd = password of the user
|
||
|
# uid = uniqueId of the user
|
||
|
# gid = groupIds of the groups that the user belongs to
|
||
|
# display name = a (optional) display name for the user.
|
||
|
bob:bob1:123:567:bob
|
||
|
dave:dave1:234:678:
|
||
|
jay:jay1:345:678,789:Jay-Jay
|
||
|
ted:ted1:456:678:Teddy G
|
||
|
jeff:jeff1:222:789:Jeff
|
||
|
vikas:vikas1:333:789:vikas
|
||
|
bobby:bobby1:444:789:</pre>
|
||
|
|
||
|
</body>
|
||
|
</html>
|
||
|
|