From db4b95827e4e6d13577513946bff4f956c849756 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 23 Oct 2005 22:20:42 +0000 Subject: r11270: Move the core CrackNames code from rpc_server/drsuapi to dsdb/samdb. I'm sure this will not be the final resting place, but it will do for now. Use the cracknames code in auth/ for creating a server_info given a principal name only (should avoid assumtions about spliting a user@realm principal). Andrew Bartlett (This used to be commit c9d5d8e45dd7b7c99b6cf35b087bc18012f31222) --- source4/include/structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/include/structs.h') diff --git a/source4/include/structs.h b/source4/include/structs.h index 483c601583..950d0baaa2 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -78,6 +78,7 @@ struct ntptr_context; struct ntptr_GenericHandle; struct drsuapi_DsCrackNames; +struct drsuapi_DsNameInfo1; struct drsuapi_DsReplicaObjectListItem; struct drsuapi_DsReplicaObjectListItemEx; -- cgit