Giter Site home page Giter Site logo

gitter-badger / adimportservice Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kentico/adimportservice

0.0 1.0 0.0 119 KB

Kentico Active Directory Import Service provides real-time import of users and groups from the Active Directory database to users and roles in a Kentico.

License: MIT License

C# 100.00%

adimportservice's Introduction

Kentico AD Import Service

Build status

Kentico Active Directory Import Service provides real-time import of users and groups from the Active Directory database to users and roles in a Kentico. The service is fully configurable using a configuration file.

Installation

Assume that you have Kentico version 8.x installed, follow these steps:

  1. Enable REST service in Kentico settings with basic authentication
  2. Download the ADImportService.exe executable from releases
  3. Open the command line and find the InstallUtil utility (most likely in C:\Windows\Microsoft.NET\Framework64\v4.0.x
  4. Execute command InstallUtil.exe <path to the ADImportService.exe> (e.g.: InstallUtil.exe C:\ADImportService\ADImportService.exe)
  5. Create the C:\ProgramData\Kentico AD Import Service\configuration.xml file and copy the sample configuration there
  6. Open the configuration file and enter all required values
  7. Open Microsoft Management Console and start the Kentico AD Import Service

Immediately after starting, it gets the current users and groups and adds them to Kentico, then it turns on processing of asynchronous changes. If the application fails, it informs about the event in a Windows Event Log.

Configuration

Here is a sample configuration you can copy to configuration.xml file.

<ServiceConfiguration>
	<Listener DomainController="FQDN or IP of Domain Controller" 
	UseSsl="false" SslCertificateLocation="Path to .cer file">
		<Credentials>
			<UserName>UserName</UserName>
			<Password>Password</Password>
			<Domain>Domain</Domain>
		</Credentials>
	</Listener>
	<Rest UserName="Kentico user name" Password="Kentico password" 
	Encoding="utf-8" BaseUrl="http://localhost/Kentico8 (use https to ebnable SSL)" 
	SslCertificateLocation="Path to .cer file" />
	<UserAttributesBindings>
		<Binding Cms="FullName" Ldap="sAMAccountName" />
	</UserAttributesBindings>
	<GroupAttributesBindings>
		<Binding Cms="RoleDescription" Ldap="description" />
	</GroupAttributesBindings>
</ServiceConfiguration>

Disclaimer

Please, understand that Kentico Software does not provide support for this software. It is developed by volunteers and is distributed as it is (see license).

Acknowledgement

The project is based on code developed by Tomas Hruby for his bachelor thesis (full text of thesis in pdf).

adimportservice's People

Contributors

ondrejsevcik avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.