当前位置:网站首页>How can a cloud server safely use local AD/LDAP?
How can a cloud server safely use local AD/LDAP?
2022-08-03 20:14:00 【nington01】
The most comprehensive and effective way to address server access, privacy and security issues has been to use LDAP or Microsoft Active Directory (AD) as a central user directory within enterprise systems for storing user information.Based on this central user directory, some enterprises will also create a “bridge” to connect to the cloud infrastructure, opening up one or more different IaaS platforms (Infrastructure as a Service).
对于远程部署的服务器,企业需要知道哪些用户在访问哪些服务器。Therefore, in pursuit of efficiency, enterprises often adopt cloud-based user management services or identity directory-as-a-service (Directory-as-a-Service) platforms.A cloud user management service, or DaaS, synchronizes users with an internal LDAP or AD directory, enabling automatic user provisioning and management with the help of an identity bridging tool (a lightweight proxy service near AD) that is local to the customer.

What are the advantages of cloud directory services for administrators?
1. No network configuration required
Identity Bridge is a proxy service that securely feeds identity data from both LDAP and AD to DaaS, including all user identities, keeping data in sync without opening firewall ports or exposing corporate core directories to the public network.
2. Improve access security
With DaaS solutions, businesses can keep a central user directory secure, while ensuring that all user data is kept in sync, enabling tight control over server access.Unrelated accounts will not be provisioned or retained after the user is terminated.This is done primarily to ensure that only authorized users have access to internal systems, preventing user account theft, the primary risk for corporate directories.
3. 无需额外管理
除了自动同步用户信息外,DaaS 还会自动同步用户的安全组信息,大大减轻了 IT 管理员的运维负担。Administrators only need to create accounts and set privileged accounts, and then DaaS is responsible for securely copying all account information to all internal systems, applications, and networks, and setting correct access permissions for users.
Cloud-based directory services are the method modern enterprises use to manage and secure access to cloud server infrastructure and beyond.NingDS is a SaaS-based managed LDAP directory service platform, which implements the DaaS technology route, centralizes user management, and provides real single sign-on, WiFi authentication, and more.
If there is no correct method, the unified management of the directory users of the cloud server is a very difficult problem.However, through the identity bridging capabilities in the NingDS cloud identity directory, IT administrators can quickly enable cloud servers to use the enterprise's local AD or LDAP user store.
边栏推荐
猜你喜欢

ThreadLocal详解

不知道这4种缓存模式,敢说懂缓存吗?

调用EasyCVR接口时视频流请求出现404,并报错SSL Error,是什么原因?

Likou 59 - Spiral Matrix II - Boundary Judgment

Alexa染料标记RNA核糖核酸|RNA-Alexa 514|RNA-Alexa 488|RNA-Alexa 430

Likou 707 - Design Linked List - Linked List

List类的超详细解析!(超2w+字)

【飞控开发高级教程4】疯壳·开源编队无人机-360 度翻滚

5 款漏洞扫描工具:实用、强力、全面(含开源)

宁德时代2号人物黄世霖辞任副董事长:身价1370亿
随机推荐
leetcode 16. 数值的整数次方(快速幂+递归/迭代)
软件测试基本流程有哪些?权威的第三方软件检测机构推荐
MySQL Basics
双线性插值公式推导及Matlab实现
化算力为战力:宁夏中卫的数字化转型启示录
宁德时代2号人物黄世霖辞任副董事长:身价1370亿
leetcode 2119. 反转两次的数字
机器学习中专业术语的个人理解与总结(纯小白)
ES6-箭头函数
Golang死信队列的使用
WPF .cs中使用资源文件中的ControlTemplate或Style并找到控件
Detailed demonstration pytorch framework implementations old photo repair (GPU)
Detailed explanation of JWT
Hinton2022年RobotBrains访谈记录
C中的数据存储
为什么 BI 软件都搞不定关联分析
Go语言类型与接口的关系
一种能有效缓解环境噪声对音频质量干扰的方案
消除对特权账户的依赖使用Kaniko构建镜像
622 设计循环队列——Leetcode天天刷【循环队列,数组模拟,双指针】(2022.8.2)