diff options
author | Simo Sorce <simo@redhat.com> | 2013-10-18 14:45:50 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2013-10-18 16:29:15 -0400 |
commit | e6370d26843206bcf7e418d3c3014611fdecc489 (patch) | |
tree | 5e395e41107c1e04a39527e7f19526ed6dd432cd /src/gss_signseal.c | |
parent | 4f648eb87e317298749e2848331bc42a5622bca9 (diff) | |
download | gss-ntlmssp-e6370d26843206bcf7e418d3c3014611fdecc489.tar.gz gss-ntlmssp-e6370d26843206bcf7e418d3c3014611fdecc489.tar.xz gss-ntlmssp-e6370d26843206bcf7e418d3c3014611fdecc489.zip |
Add special case for enterprise names
When enterprise names are used they need to be passed with the embedded
'@' signed escaped with a '\', when that is done the whole name is used
as the user name and the name is not split on the @ or \ characters.
These forms are now supported:
foo
USERNAME: foo
DOMAIN: <null>
BAR\foo
USERNAME: foo
DOMAIN: BAR
foo@BAR
USERNAME: foo
DOMAIN: BAR
foo\@bar.example.com
USERNAME: foo\@bar.example.com
DOMAIN: <null>
Diffstat (limited to 'src/gss_signseal.c')
0 files changed, 0 insertions, 0 deletions