Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
b8a25ce0
Commit
b8a25ce0
authored
Sep 24, 2009
by
Leigh B. Stoller
Browse files
Minor fix.
parent
6aff7e08
Changes
1
Hide whitespace changes
Inline
Side-by-side
account/mksyscert.in
View file @
b8a25ce0
...
...
@@ -209,7 +209,7 @@ system("cp -f $TEMPLATE syscert.cnf") == 0
open
(
TEMP
,
"
>>syscert.cnf
")
or
fatal
("
Could not open
$TEMPLATE
for append: $!
");
print
TEMP
"
OU
\t\t
=
$orgunit
\n
";
print
TEMP
"
OU
\t\t
=
\"
$orgunit
\
"\
n
";
print
TEMP
"
CN
\t\t
=
$uuid
\n
";
print
TEMP
"
emailAddress
\t
=
$email
\n
";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment