当前位置:网站首页>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.
边栏推荐
猜你喜欢

简易电子琴设计(c语言)

1161 最大层内元素和——Leetcode天天刷【BFS】(2022.7.31)

Abs (), fabs () and LABS ()

宁德时代2号人物黄世霖辞任副董事长:身价1370亿

使用 ReportLab 绘制 PDF

盲埋孔PCB叠孔设计的利与弊

【STM32】标准库-自定义BootLoader

tRNA-m5C转运RNA(tRNA)修饰5-甲基胞嘧啶(m5C)|tRNA修饰m1Am2A (2-methyladenosine)

Lecture topics and guest blockbuster, TDengine developers conference to promote data technology "broken"

嵌入式分享合集27
随机推荐
2022.8.2
子树的大小
ThreadLocal详解
Kubernetes资源编排系列之三: Kustomize篇 作者 艄公(杨京华) 雪尧(郭耀星)
leetcode 136. 只出现一次的数字(异或!!)
leetcode 268. 丢失的数字(异或!!)
leetcode 461. 汉明距离
glusterfs 搭建使用
数学之美 第六章——信息的度量和作用
Advantages and Disadvantages of Blind and Buried Via PCB Stacked Via Design
pytorch框架实现老照片修复功能详细演示(GPU版)
【飞控开发高级教程6】疯壳·开源编队无人机-AI语音控制
leetcode 剑指 Offer 58 - II. 左旋转字符串
利用 rpush 和 blpop 实现 Redis 消息队列
wordpress建立数据库连接时出错
CLIP论文解读
5 款漏洞扫描工具:实用、强力、全面(含开源)
ESP8266-Arduino编程实例-BH1750FVI环境光传感器驱动
Detailed demonstration pytorch framework implementations old photo repair (GPU)
leetcode 072. Finding Square Roots