Bug 8619 - DsAddEntry with the level 3 is not working
Summary: DsAddEntry with the level 3 is not working
Status: NEW
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: DCE-RPCs and pipes (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: samba4-qa@samba.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-18 13:15 UTC by Matthieu Patou
Modified: 2011-11-18 13:15 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthieu Patou 2011-11-18 13:15:29 UTC
Sometimes Windows sends us a DsAddEntry request with a level 3.

This is almost the same as the level except that we need to process the credential passed in the input blob and use those credential to make ldb calls.

kpasswdd_process in ./source4/kdc/kpasswdd.c is an example on how to create a gensec structure from a blob.