• 0 Posts
  • 22 Comments
Joined 2 years ago
cake
Cake day: November 19th, 2022

help-circle












  • this is literally how we work now in construction. because everything is digital people think that this is an acceptable approach. all my costing files are purposefully extremely dynamic.

    you want to add another floor? no problem.

    you want to change some floors from 3 bedroom to 2 bedroom? no problem.

    you want to remove a parking floor and have outside parking? no problem. you don’t want to have low hanging beams? no problem.

    and so on and so on…

    i know i should not be working like this, but sometimes i have to.







  • ldap is a central authority server. when you have ldap supported software, you can alliviate authorization to a central server. and if you make it so that you only need username for credentials (uid=%s,dc=example,dc=com in ldap jargon), you centralize your user database.

    that’s what i use on my home server. it takes most of the user registration hassle away.

    edit: by the way dc=example,dc=com is just an arbitrary value, you don’t have to have certbot certification for that or anything.