[DOCS-997] Kerberos Examples in Release Notes Created: 16/Jan/13  Updated: 28/Jan/13  Resolved: 28/Jan/13

Status: Closed
Project: Documentation
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major - P3
Reporter: Mark porter Assignee: Sam Kleinman (Inactive)
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Depends
Participants:
Days since reply: 11 years, 3 weeks, 2 days ago

 Description   

Notes on Kerberos implementation are unclear and confusing.

One idea is to actually use sample configuration to help explain the implementation.



 Comments   
Comment by Sam Kleinman (Inactive) [ 28/Jan/13 ]

there needs to be more work on the new-auth documentation, but this component is done.

Comment by auto [ 28/Jan/13 ]

Author:

{u'date': u'2013-01-28T19:32:33Z', u'email': u'samk@10gen.com', u'name': u'Sam Kleinman'}

Message: DOCS-997: update kerberos documentation in release notes
Branch: master
https://github.com/mongodb/docs/commit/591736562f1e0a8a9dfc0037389f634e140433fb

Comment by auto [ 24/Jan/13 ]

Author:

{u'date': u'2013-01-24T23:34:08Z', u'email': u'samk@10gen.com', u'name': u'Sam Kleinman'}

Message: DOCS-997 fixing changed syntax in authentication release notes
Branch: master
https://github.com/mongodb/docs/commit/83e31a068e22bc6fd6a955a89fa77bb8bad8d8e3

Comment by Bernie Hackett [ 24/Jan/13 ]

db.getMongo().saslAuthenticate( { mechanism: "GSSAPI",
                                  principal: "<username>@<REALM>" } )

That should be:

db.getMongo().saslAuthenticate( { mechanism: "GSSAPI",
                                  user: "<username>@<REALM>" } )

Generated at Thu Feb 08 07:40:00 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.