1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/rpc_server
Michael Adam fb4679638d s4:rpc-server:samr: fix setting of lockout duration < lockout window
This should return NT_STATUS_INVALID_PARAMETER.
This makes samba pass the first part of the samr-lockout test.

This constraint is documented here for the samr server:
http://msdn.microsoft.com/en-us/library/cc245667%28PROT.10%29.aspx
MS-SAMR 3.1.1.6 Attribute Constraints for Originating Updates

and here for the ldap backend:
http://msdn.microsoft.com/en-us/library/cc223462(PROT.10).aspx
MS-ADTS 3.1.1.5.3.2 Constraints

So the check should actually be moved down into the backend,
i.e. under dsdb/samdb/ldb_modules - TODO..

Michael
2010-01-21 13:01:24 +01:00
..
browser s4-rpc: remove some unnecessary #include lines 2009-09-19 14:11:29 -07:00
common s4: ran minimal_includes.pl on source4/rpc_server 2009-10-20 16:04:56 +11:00
drsuapi idl: switched to using the WSPP names for the 'neighbour' DRS options 2010-01-18 07:25:18 +11:00
echo s4:rpc_server/echo: s/private/private_data 2009-02-02 13:08:35 +01:00
epmapper s4:epmapper Create a proper talloc tree of endpoint floors 2009-10-21 22:43:55 +11:00
lsa s4:lsa RPC - Fix type of variable "atype" 2009-11-21 19:53:37 +01:00
netlogon Revert "s4-netlogon: always set the dNSHostName in GetDomainInfo" 2009-11-24 20:30:07 +01:00
remote s4:rpc_server: s/private/private_data 2009-02-02 13:08:49 +01:00
samr s4:rpc-server:samr: fix setting of lockout duration < lockout window 2010-01-21 13:01:24 +01:00
spoolss s4: Changes the old occurences of "lp_realm" in "lp_dnsdomain" where needed 2009-10-14 10:50:43 +02:00
srvsvc s4: ran minimal_includes.pl on source4/rpc_server 2009-10-20 16:04:56 +11:00
unixinfo s4-rpc_server: removed remaining unnecessary #includes 2009-09-19 14:11:34 -07:00
winreg s4:WINREG RPC server - add another "talloc_unlink" in "DeleteKey" 2009-11-27 23:23:32 +01:00
wkssvc Use struct for server versions. 2008-11-01 15:50:52 +01:00
config.mk s4-drs: moved the DsWriteAccountSpn call to its own file 2010-01-09 18:56:29 +11:00
dcerpc_server.c s4: ran minimal_includes.pl on source4/rpc_server 2009-10-20 16:04:56 +11:00
dcerpc_server.h s4-rpcserver: added support for shared handles 2009-09-22 17:10:05 -07:00
dcesrv_auth.c s4: fixed a unsigned printf warnings 2009-09-08 11:52:44 +10:00
dcesrv_mgmt.c s4-rpc_server: removed remaining unnecessary #includes 2009-09-19 14:11:34 -07:00
handles.c s4-rpcserver: added support for shared handles 2009-09-22 17:10:05 -07:00
service_rpc.c s4: ran minimal_includes.pl on source4/rpc_server 2009-10-20 16:04:56 +11:00