Author: elecharny Date: Fri Apr 5 13:24:31 2013 New Revision: 1464971 URL: http://svn.apache.org/r1464971 Log: Added some SASLpages Added: directory/site/trunk/content/apacheds/advanced-ug/4.1.2.7-sasl-ntlm-authn.mdtext Modified: directory/site/trunk/content/apacheds/advanced-ug/4.1.1.1-anonymous-authn.mdtext directory/site/trunk/content/apacheds/advanced-ug/4.1.1.2-name-password-authn.mdtext directory/site/trunk/content/apacheds/advanced-ug/4.1.1.3-unauthenticated-authn.mdtext directory/site/trunk/content/apacheds/advanced-ug/4.1.2-sasl-authn.mdtext directory/site/trunk/content/apacheds/advanced-ug/4.1.2.1-sasl-anonymous-authn.mdtext directory/site/trunk/content/apacheds/advanced-ug/4.1.2.2-sasl-plain-text-authn.mdtext directory/site/trunk/content/apacheds/advanced-ug/4.1.2.3-sasl-gssapi-authn.mdtext directory/site/trunk/content/apacheds/advanced-ug/4.1.2.4-sasl-cram-md5-authn.mdtext directory/site/trunk/content/apacheds/advanced-ug/4.1.2.5-sasl-digest-md5-authn.mdtext directory/site/trunk/content/apacheds/advanced-ug/4.1.2.6-sasl-external-authn.mdtext Modified: directory/site/trunk/content/apacheds/advanced-ug/4.1.1.1-anonymous-authn.mdtext URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/advanced-ug/4.1.1.1-anonymous-authn.mdtext?rev=1464971&r1=1464970&r2=1464971&view=diff ============================================================================== --- directory/site/trunk/content/apacheds/advanced-ug/4.1.1.1-anonymous-authn.mdtext (original) +++ directory/site/trunk/content/apacheds/advanced-ug/4.1.1.1-anonymous-authn.mdtext Fri Apr 5 13:24:31 2013 @@ -2,7 +2,7 @@ Title: 4.1.1.1 Anonymous Authentication NavPrev: 4.1.1-simple-authn.html NavPrevText: 4.1.1 - Simple Authentication NavUp: 4.1.1-simple-authn.html -NavUpText: 4.1.1 - Simple authentication +NavUpText: 4.1.1 - Simple Authentication NavNext: 4.1.1.2-name-password-authn.html NavNextText: 4.1.1.2 - Name/Password Authentication Notice: Licensed to the Apache Software Foundation (ASF) under one Modified: directory/site/trunk/content/apacheds/advanced-ug/4.1.1.2-name-password-authn.mdtext URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/advanced-ug/4.1.1.2-name-password-authn.mdtext?rev=1464971&r1=1464970&r2=1464971&view=diff ============================================================================== --- directory/site/trunk/content/apacheds/advanced-ug/4.1.1.2-name-password-authn.mdtext (original) +++ directory/site/trunk/content/apacheds/advanced-ug/4.1.1.2-name-password-authn.mdtext Fri Apr 5 13:24:31 2013 @@ -2,7 +2,7 @@ Title: 4.1.1.2 Name/Password Authenticat NavPrev: 4.1.1.1-anonymous-authn.html NavPrevText: 4.1.1.1 Anonymous Authentication NavUp: 4.1.1-simple-authn.html -NavUpText: 4.1.1 - Simple authentication +NavUpText: 4.1.1 - Simple Authentication NavNext: 4.1.1.3-unauthenticated-authn.html NavNextText: 4.1.1.3 - Unauthenticated Authentication Notice: Licensed to the Apache Software Foundation (ASF) under one Modified: directory/site/trunk/content/apacheds/advanced-ug/4.1.1.3-unauthenticated-authn.mdtext URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/advanced-ug/4.1.1.3-unauthenticated-authn.mdtext?rev=1464971&r1=1464970&r2=1464971&view=diff ============================================================================== --- directory/site/trunk/content/apacheds/advanced-ug/4.1.1.3-unauthenticated-authn.mdtext (original) +++ directory/site/trunk/content/apacheds/advanced-ug/4.1.1.3-unauthenticated-authn.mdtext Fri Apr 5 13:24:31 2013 @@ -2,7 +2,7 @@ Title: 4.1.1.3 Unauthenticated Authentic NavPrev: 4.1.1.2-name-password-authn.html NavPrevText: 4.1.1.2 - Name/Password Authentication NavUp: 4.1.1-simple-authn.html -NavUpText: 4.1.1 - Simple authentication +NavUpText: 4.1.1 - Simple Authentication NavNext: 4.1.2-sasl-authn.html NavNextText: 4.1.2 - SASL authentication Notice: Licensed to the Apache Software Foundation (ASF) under one Modified: directory/site/trunk/content/apacheds/advanced-ug/4.1.2-sasl-authn.mdtext URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/advanced-ug/4.1.2-sasl-authn.mdtext?rev=1464971&r1=1464970&r2=1464971&view=diff ============================================================================== --- directory/site/trunk/content/apacheds/advanced-ug/4.1.2-sasl-authn.mdtext (original) +++ directory/site/trunk/content/apacheds/advanced-ug/4.1.2-sasl-authn.mdtext Fri Apr 5 13:24:31 2013 @@ -1,6 +1,4 @@ Title: 4.1.2 SASL Authentication -NavPrev: 4.1.1-simple-authn.html -NavPrevText: 4.1.1-simple-authn.html navPrev: 4.1.1-simple-authn.html NavPrevText: 4.1.1 - Simple authentication NavUp: 4.1-authentication.html @@ -26,9 +24,19 @@ Notice: Licensed to the Apache Software # 4.1.2 - SASL Authentication +**SASL** authentication is based on a standard described in [RFC 4422](http://www.ietf.org/rfc/rfc4422.txt). **SASL** means **S**imple **A**uthentication and **S**ecurity **L**ayer. + +It extends the Simple authentication, by allowing the LDAP server to authenticate the user by various mechanisms. + +The **SASL* Authentication is used when a simple user/password authentication is not enough. Many other systems exist, and may take many parameters to authenticate a user. With **SASL**, a challenge/response system is used to get the needed information from the client, up to the point the authentication is either successful or fails. + +## Content + * [4.1.2.1 - SASL anonymous Authentication](4.1.2.1-sasl-anonymous-authn.html) * [4.1.2.2 - SASL plain text Authentication](4.1.2.2-sasl-plain-text-authn.html) * [4.1.2.3 - SASL GSSAPI Authentication](4.1.2.3-sasl-gssapi-authn.html) * [4.1.2.4 - SASL CRAM-MD5 Authentication](4.1.2.4-sasl-cram-md5-authn.html) * [4.1.2.5 - SASL DIGEST-MD5 Authentication](4.1.2.5-sasl-digest-md5-authn.html) * [4.1.2.6 - SASL EXTERNAL Authentication](4.1.2.6-sasl-external-authn.html) +* [4.1.2.7 - SASL NTLM Authentication](4.1.2.7-sasl-ntlm-authn.html) + Modified: directory/site/trunk/content/apacheds/advanced-ug/4.1.2.1-sasl-anonymous-authn.mdtext URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/advanced-ug/4.1.2.1-sasl-anonymous-authn.mdtext?rev=1464971&r1=1464970&r2=1464971&view=diff ============================================================================== --- directory/site/trunk/content/apacheds/advanced-ug/4.1.2.1-sasl-anonymous-authn.mdtext (original) +++ directory/site/trunk/content/apacheds/advanced-ug/4.1.2.1-sasl-anonymous-authn.mdtext Fri Apr 5 13:24:31 2013 @@ -0,0 +1,25 @@ +Title: 4.1.2.1 - SASL anonymous Authentication +NavPrev: 4.1.2-sasl-authn.html +NavPrevText: 4.1.2 - SASL Authentication +NavUp: 4.1.2-sasl-authn.html +NavUpText: 4.1.2 - SASL Authentication +NavNext: 4.1.2.2-sasl-plain-text-authn.html +NavNextText: 4.1.2.2 SASL PLAIN Authentication +Notice: Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +# 4.1.2.1 - SASL anonymous Authentication Modified: directory/site/trunk/content/apacheds/advanced-ug/4.1.2.2-sasl-plain-text-authn.mdtext URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/advanced-ug/4.1.2.2-sasl-plain-text-authn.mdtext?rev=1464971&r1=1464970&r2=1464971&view=diff ============================================================================== --- directory/site/trunk/content/apacheds/advanced-ug/4.1.2.2-sasl-plain-text-authn.mdtext (original) +++ directory/site/trunk/content/apacheds/advanced-ug/4.1.2.2-sasl-plain-text-authn.mdtext Fri Apr 5 13:24:31 2013 @@ -0,0 +1,25 @@ +Title: 4.1.2.2 SASL PLAIN Authentication +NavPrev: 4.1.2.1-sasl-anonymous-authn.html +NavPrevText: 4.1.2.1 - SASL anonymous Authentication +NavUp: 4.1.2-sasl-authn.html +NavUpText: 4.1.2 - SASL Authentication +NavNext: 4.1.2.3-sasl-gssapi-authn.html +NavNextText: 4.1.2.3 - SASL GSSAPI Authentication +Notice: Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +# 4.1.2.2 SASL PLAIN Authentication Modified: directory/site/trunk/content/apacheds/advanced-ug/4.1.2.3-sasl-gssapi-authn.mdtext URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/advanced-ug/4.1.2.3-sasl-gssapi-authn.mdtext?rev=1464971&r1=1464970&r2=1464971&view=diff ============================================================================== --- directory/site/trunk/content/apacheds/advanced-ug/4.1.2.3-sasl-gssapi-authn.mdtext (original) +++ directory/site/trunk/content/apacheds/advanced-ug/4.1.2.3-sasl-gssapi-authn.mdtext Fri Apr 5 13:24:31 2013 @@ -0,0 +1,25 @@ +Title: 4.1.2.3 - SASL GSSAPI Authentication +NavPrev: 4.1.2.2-sasl-plain-text-authn.html +NavPrevText: 4.1.2.2 - SASL plain text Authentication +NavUp: 4.1.2-sasl-authn.html +NavUpText: 4.1.2 - SASL Authentication +NavNext: 4.1.2.4-sasl-cram-md5-authn.html +NavNextText: 4.1.2.4 - SASL CRAM-MD5 Authentication +Notice: Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +# 4.1.2.3 - SASL GSSAPI Authentication Modified: directory/site/trunk/content/apacheds/advanced-ug/4.1.2.4-sasl-cram-md5-authn.mdtext URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/advanced-ug/4.1.2.4-sasl-cram-md5-authn.mdtext?rev=1464971&r1=1464970&r2=1464971&view=diff ============================================================================== --- directory/site/trunk/content/apacheds/advanced-ug/4.1.2.4-sasl-cram-md5-authn.mdtext (original) +++ directory/site/trunk/content/apacheds/advanced-ug/4.1.2.4-sasl-cram-md5-authn.mdtext Fri Apr 5 13:24:31 2013 @@ -0,0 +1,25 @@ +Title: 4.1.2.4 - SASL CRAM-MD5 Authentication +NavPrev: 4.1.2.3-sasl-gssapi-authn.html +NavPrevText: 4.1.2.3 - SASL GSSAPI Authentication +NavUp: 4.1.2-sasl-authn.html +NavUpText: 4.1.2 - SASL Authentication +NavNext: 4.1.2.5-sasl-digest-md5-authn.html +NavNextText: 4.1.2.5 - SASL DIGEST-MD5 Authentication +Notice: Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +# 4.1.2.4 - SASL CRAM-MD5 Authentication Modified: directory/site/trunk/content/apacheds/advanced-ug/4.1.2.5-sasl-digest-md5-authn.mdtext URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/advanced-ug/4.1.2.5-sasl-digest-md5-authn.mdtext?rev=1464971&r1=1464970&r2=1464971&view=diff ============================================================================== --- directory/site/trunk/content/apacheds/advanced-ug/4.1.2.5-sasl-digest-md5-authn.mdtext (original) +++ directory/site/trunk/content/apacheds/advanced-ug/4.1.2.5-sasl-digest-md5-authn.mdtext Fri Apr 5 13:24:31 2013 @@ -0,0 +1,25 @@ +Title: 4.1.2.5 - SASL DIGEST-MD5 Authentication +NavPrev: 4.1.2.4-sasl-cram-md5-authn.html +NavPrevText: 4.1.2.4 - SASL CRAM-MD5 Authentication +NavUp: 4.1.2-sasl-authn.html +NavUpText: 4.1.2 - SASL Authentication +NavNext: 4.1.2.6-sasl-external-authn.html +NavNextText: 4.1.2.6 - SASL EXTERNAL Authentication +Notice: Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +# 4.1.2.5 - SASL DIGEST-MD5 Authentication Modified: directory/site/trunk/content/apacheds/advanced-ug/4.1.2.6-sasl-external-authn.mdtext URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/advanced-ug/4.1.2.6-sasl-external-authn.mdtext?rev=1464971&r1=1464970&r2=1464971&view=diff ============================================================================== --- directory/site/trunk/content/apacheds/advanced-ug/4.1.2.6-sasl-external-authn.mdtext (original) +++ directory/site/trunk/content/apacheds/advanced-ug/4.1.2.6-sasl-external-authn.mdtext Fri Apr 5 13:24:31 2013 @@ -0,0 +1,25 @@ +Title: 4.1.2.6 - SASL EXTERNAL Authentication +NavPrev: 4.1.2.5-sasl-digest-md5-authn.html +NavPrevText: 4.1.2.5 - SASL DIGEST-MD5 Authentication +NavUp: 4.1.2-sasl-authn.html +NavUpText: 4.1.2 - SASL Authentication +NavNext: 4.1.2.7-sasl-ntlm-authn.html +NavNextText: 4.1.2.7 - SASL NTLM Authentication +Notice: Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +# 4.1.2.6 - SASL EXTERNAL Authentication Added: directory/site/trunk/content/apacheds/advanced-ug/4.1.2.7-sasl-ntlm-authn.mdtext URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/advanced-ug/4.1.2.7-sasl-ntlm-authn.mdtext?rev=1464971&view=auto ============================================================================== --- directory/site/trunk/content/apacheds/advanced-ug/4.1.2.7-sasl-ntlm-authn.mdtext (added) +++ directory/site/trunk/content/apacheds/advanced-ug/4.1.2.7-sasl-ntlm-authn.mdtext Fri Apr 5 13:24:31 2013 @@ -0,0 +1,26 @@ +Title: 4.1.2.7 - SASL NTLM Authentication +NavPrev: 4.1.2.6-sasl-external-authn.html +NavPrevText: 4.1.2.6 - SASL EXTERNAL Authentication +NavUp: 4.1.2-sasl-authn.html +NavUpText: 4.1.2 - SASL Authentication +NavNext: 4.1.3-kerberos-authn.htlm +NavNextText: 4.1.3 - Kerberos authentication + +Notice: Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +# 4.1.2.7 - SASL NTLM Authentication