Not sure if any #Linux #Sysadmin types are aware of #Univention or #UniventionCorporateServer but I prefer their domain management tools over #microsoft and #ActiveDirectory and have been working on cross platform tools for it. So far I've created a simple #DynamicDNS tool using SSSD creds and the #ldap backend, but I also wanted to leverage their LDAP backend for inventory and discovered a REST API for Univention. Currently I'm working on writing a #Go library for it!
https://help.univention.com/t/ldap-inventory-breaking-umc/20008
LDAP Inventory Breaking UMC
Hello! I was working on trying to make a utility to leverage Univention’s LDAP backend for DNS, and noticed that there was also a LDAP object for computers and Inventory. Can someone help me understand why when I update the inventory information I get an error in the UMC? The code is here and the error is about the object type being computers/linux req.Replace("univentionObjectType", []string{fmt.Sprintf("computers/%s", runtime.GOOS)})