Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 314844 Details for
Bug 459729
Windows sync support in IPA
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
ifdef out some testing code
0006-Use-dirsrv-file.h-with-includes-by-default-only-us.patch (text/plain), 7.69 KB, created by
Rich Megginson
on 2008-08-22 22:19:30 UTC
(
hide
)
Description:
ifdef out some testing code
Filename:
MIME Type:
Creator:
Rich Megginson
Created:
2008-08-22 22:19:30 UTC
Size:
7.69 KB
patch
obsolete
>From 7fdc0799034217ba1e88ba9e220e6518c90ed359 Mon Sep 17 00:00:00 2001 >From: Rich Megginson <rmeggins@redhat.com> >Date: Fri, 22 Aug 2008 11:29:18 -0600 >Subject: [PATCH] Use dirsrv/file.h with includes by default - only use the other > style if we are debugging within the directory server > >--- > .../ipa-winsync/ipa-winsync-config.c | 9 +- > .../ipa-slapi-plugins/ipa-winsync/ipa-winsync.c | 5 +- > .../ipa-slapi-plugins/ipa-winsync/ipa-winsync.h | 127 ++++++++++++++++++++ > 3 files changed, 135 insertions(+), 6 deletions(-) > create mode 100644 ipa-server/ipa-slapi-plugins/ipa-winsync/ipa-winsync.h > >diff --git a/ipa-server/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c b/ipa-server/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c >index 1cf2c7a..7020847 100644 >--- a/ipa-server/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c >+++ b/ipa-server/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c >@@ -50,12 +50,13 @@ > * objectclasses and attributes, and changing the DN. > */ > >-/* >-#include <dirsrv/slapi-plugin.h> >-#include <dirsrv/winsync-plugin.h> >-*/ >+#ifdef WINSYNC_TEST_IPA > #include <slapi-plugin.h> > #include "winsync-plugin.h" >+#else >+#include <dirsrv/slapi-plugin.h> >+#include <dirsrv/winsync-plugin.h> >+#endif > #include "ipa-winsync.h" > > #include <string.h> >diff --git a/ipa-server/ipa-slapi-plugins/ipa-winsync/ipa-winsync.c b/ipa-server/ipa-slapi-plugins/ipa-winsync/ipa-winsync.c >index bb9a77c..c69a683 100644 >--- a/ipa-server/ipa-slapi-plugins/ipa-winsync/ipa-winsync.c >+++ b/ipa-server/ipa-slapi-plugins/ipa-winsync/ipa-winsync.c >@@ -50,12 +50,13 @@ > * objectclasses and attributes, and changing the DN. > */ > >+#ifdef WINSYNC_TEST_IPA > #include <slapi-plugin.h> > #include "winsync-plugin.h" >-/* >+#else > #include <dirsrv/slapi-plugin.h> > #include <dirsrv/winsync-plugin.h> >-*/ >+#endif > #include "ipa-winsync.h" > > static char *ipa_winsync_plugin_name = IPA_WINSYNC_PLUGIN_NAME; >diff --git a/ipa-server/ipa-slapi-plugins/ipa-winsync/ipa-winsync.h b/ipa-server/ipa-slapi-plugins/ipa-winsync/ipa-winsync.h >new file mode 100644 >index 0000000..b625772 >--- /dev/null >+++ b/ipa-server/ipa-slapi-plugins/ipa-winsync/ipa-winsync.h >@@ -0,0 +1,127 @@ >+/** BEGIN COPYRIGHT BLOCK >+ * This Program is free software; you can redistribute it and/or modify it under >+ * the terms of the GNU General Public License as published by the Free Software >+ * Foundation; version 2 of the License. >+ * >+ * This Program is distributed in the hope that it will be useful, but WITHOUT >+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS >+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details >+ * >+ * You should have received a copy of the GNU General Public License along with >+ * this Program; if not, write to the Free Software Foundation, Inc., 59 Temple >+ * Place, Suite 330, Boston, MA 02111-1307 USA. >+ * >+ * In addition, as a special exception, Red Hat, Inc. gives You the additional >+ * right to link the code of this Program with code not covered under the GNU >+ * General Public License ("Non-GPL Code") and to distribute linked combinations >+ * including the two, subject to the limitations in this paragraph. Non-GPL Code >+ * permitted under this exception must only link to the code of this Program >+ * through those well defined interfaces identified in the file named EXCEPTION >+ * found in the source code files (the "Approved Interfaces"). The files of >+ * Non-GPL Code may instantiate templates or use macros or inline functions from >+ * the Approved Interfaces without causing the resulting work to be covered by >+ * the GNU General Public License. Only Red Hat, Inc. may make changes or >+ * additions to the list of Approved Interfaces. You must obey the GNU General >+ * Public License in all respects for all of the Program code and other code >+ * used in conjunction with the Program except the Non-GPL Code covered by this >+ * exception. If you modify this file, you may extend this exception to your >+ * version of the file, but you are not obligated to do so. If you do not wish >+ * to provide this exception without modification, you must delete this >+ * exception statement from your version and license this file solely under the >+ * GPL without exception. >+ * >+ * Authors: >+ * Rich Megginson <rmeggins@redhat.com> >+ * >+ * Copyright (C) 2008 Red Hat, Inc. >+ * All rights reserved. >+ * END COPYRIGHT BLOCK **/ >+ >+#ifndef IPA_WINSYNC_H >+#define IPA_WINSYNC_H >+ >+#ifdef HAVE_CONFIG_H >+# include <config.h> >+#endif >+ >+#ifdef WINSYNC_TEST_IPA >+#include <slapi-plugin.h> >+#include "winsync-plugin.h" >+#else /* the default */ >+#include <dirsrv/slapi-plugin.h> >+#include <dirsrv/winsync-plugin.h> >+#endif /* WINSYNC_TEST_IPA */ >+ >+#define IPA_WINSYNC_PLUGIN_NAME "ipa-winsync" >+ >+typedef struct ipa_winsync_config_struct { >+ Slapi_Mutex *lock; /* for config access */ >+ Slapi_Entry *config_e; /* configuration entry */ >+ PRBool flatten; /* flatten AD DNs */ >+ char *realm_filter; >+ char *realm_attr; >+ char *new_entry_filter; >+ char *new_user_oc_attr; /* don't care about groups for now */ >+ char *homedir_prefix_attr; >+ char *default_group_attr; >+ char *default_group_filter; >+} IPA_WinSync_Config; >+ >+/* >+ This is the structure that holds our domain >+ specific configuration >+*/ >+typedef struct ipa_winsync_domain_config { >+ Slapi_Entry *domain_e; /* info is stored in this entry */ >+ char *realm_name; /* realm name */ >+ char *homedir_prefix; >+} IPA_WinSync_Domain_Config; >+ >+void ipa_winsync_set_plugin_identity(void * identity); >+void * ipa_winsync_get_plugin_identity(); >+ >+int ipa_winsync_config( Slapi_Entry *config_e ); >+IPA_WinSync_Config *ipa_winsync_get_config( void ); >+ >+/* >+ * Agreement/domain specific configuration >+ */ >+/* return a new domain specific configuration object */ >+void *ipa_winsync_config_new_domain(const Slapi_DN *ds_subtree, const Slapi_DN *ad_subtree); >+/* refresh the domain specific configuration object */ >+void ipa_winsync_config_refresh_domain(void *cbdata, const Slapi_DN *ds_subtree, const Slapi_DN *ad_subtree); >+/* destroy the domain specific configuration object */ >+void ipa_winsync_config_destroy_domain(void *cbdata, const Slapi_DN *ds_subtree, const Slapi_DN *ad_subtree); >+ >+/* name of attribute holding the filter to use to >+ find the ipa realm value >+*/ >+#define IPA_WINSYNC_REALM_FILTER_ATTR "ipaWinSyncRealmFilter" >+/* name of attribute holding the name of the attribute >+ which contains the ipa realm value >+*/ >+#define IPA_WINSYNC_REALM_ATTR_ATTR "ipaWinSyncRealmAttr" >+/* name of attribute holding the filter to use to >+ find the new user template entry >+*/ >+#define IPA_WINSYNC_NEW_ENTRY_FILTER_ATTR "ipaWinSyncNewEntryFilter" >+/* name of attribute holding the name of the attribute >+ in the new user template entry which has the list of objectclasses >+*/ >+#define IPA_WINSYNC_NEW_USER_OC_ATTR "ipaWinSyncNewUserOCAttr" >+/* name of attribute holding the new user attributes and values */ >+#define IPA_WINSYNC_NEW_USER_ATTRS_VALS "ipaWinSyncUserAttr" >+/* name of attribute holding the name of the attribute which >+ has the homeDirectory prefix - suffix is the uid */ >+#define IPA_WINSYNC_HOMEDIR_PREFIX_ATTR "ipaWinsyncHomeDirAttr" >+/* name of attribute holding the name of the attribute which is >+ used to get the default posix gidNumber */ >+#define IPA_WINSYNC_DEFAULTGROUP_ATTR "ipaWinSyncDefaultGroupAttr" >+/* filter used to find the group with the gid number whose group name >+ is in the IPA_WINSYNC_DEFAULTGROUP_ATTR - the filter will have >+ cn=valueofIPA_WINSYNC_DEFAULTGROUP_ATTR appended to it */ >+#define IPA_WINSYNC_DEFAULTGROUP_FILTER_ATTR "ipaWinSyncDefaultGroupFilter" >+/* name of attribute holding boolean value to flatten user dns or not */ >+#define IPA_WINSYNC_USER_FLATTEN "ipaWinSyncUserFlatten" >+ >+#endif /* IPA_WINSYNC_H */ >-- >1.5.5.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 459729
:
314729
|
314730
|
314731
|
314732
|
314733
| 314844 |
314845
|
316460
|
317002
|
317807
|
318214
|
319412
|
319413
|
319414
|
319415
|
319416
|
319786
|
320039
|
320040