?? documentation.resx
字號:
<?xml version="1.0" encoding="UTF-8"?>
<?xmlspysps http://www.altova.com/sps/template/dita/dita.sps?>
<dita xmlns:fo="http://www.w3.org/1999/XSL/Format">
<topic id="AddModule" xml:lang="en">
<title>SignInLdap - An Introduction</title>
<prolog>
<metadata>
<keywords>
<keyword>LDAP</keyword>
</keywords>
</metadata>
</prolog>
<body>
<p></p>
<p>The SignInLDAP module has followed the implementation of the SignIn module. A LDAP signin is done with the help of the LDAPHelper class which stores the user information into a cookie by using FormsAuthentication.SetAuthCookie().</p>
<p><codeblock>LDAPHelper.cs line # 151 </codeblock><codeblock>Rainbow.Security.User usr = LDAPHelper.Login(dn, password); </codeblock><codeblock>if (usr != null) { ... FormsAuthentication.SetAuthCookie(usr.ToString(), persistent); ... </codeblock> When the application authentication is requested, a RinbowPrincipal and a User are created and reassigned to the Context.User with indicating as a 鈥淟DAP鈥
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -