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
8eb2cfda
Commit
8eb2cfda
authored
Jul 21, 2011
by
Leigh B Stoller
Browse files
Be less pedantic about emailaddress, so that GPO portal cerfificates
certificates are deemed legal.
parent
14d7f2b3
Changes
1
Show whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCertificate.pm.in
View file @
8eb2cfda
...
@@ -150,7 +150,8 @@ sub email($)
...
@@ -150,7 +150,8 @@ sub email($)
{
{
my
($
self
)
=
@
_
;
my
($
self
)
=
@
_
;
if
($
self
->
DN
()
=~
/\/
emailAddress
=(.*)/)
{
if
($
self
->
DN
()
=~
/\/
emailAddress
=(.*)/
||
$
self
->
DN
()
=~
/^
emailAddress
=(.*),/)
{
return
$
1
return
$
1
if
($
1
ne
""
);
if
($
1
ne
""
);
}
}
...
...
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