Giter Site home page Giter Site logo

rtxldap's Introduction

RTXLDAP

让RTX同步LDAP用户,并且实现RTX与LDAP单点登陆

  1. RTX: 腾讯出的企业沟通工具
  2. LDAP: 关于人或者其他信息的集中存储,微软的AD就是LDAP的一种
  3. RTXLDAP: 基于RTX的SDK开发出的第三方工具,可以同步LDAP用户,可以RTX与LDAP单点登陆。支持RTX最新版本
  • 使用流程
  1. git clone [email protected]:wanghuida/RTXLDAP.git
  2. 建议使用vs 2008打开
  3. 修改App.config配置文件
<!-- 域 -->
<add key="DomainName" value="192.168.1.100/DC=home,DC=net" />
<!-- 域用户,用来读取所有域用户信息 -->
<add key="DomainUser" value="wanghuida" />
<!-- 域用户密码 -->
<add key="DomainPwd" value="123456" />

<!-- RTX服务IP,建议在同一台,可以免去其他配置 -->
<add key="RTXIP" value="127.0.0.1"/>
<!-- RTX服务端口 -->
<add key="RTXPort"  value="8006"/>

<!-- 标识,随意修改,不重复即可 -->
<add key="AppGUID" value="{193947E5-E990-4af8-A954-D358B385F099}"/>
<!-- 标识,随意修改,不重复即可 -->
<add key="AppName" value="WanghuidaRtxLdap"/>
  • vs运行即可

rtxldap's People

Contributors

wanghuida 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.