Just for the curious here is what Ameesh is asking for:
1. Single Sign On (SSO). NT Domain Manager and Passport are two MS products that do this. Basically, you authenticate once to some sort of software, it handles authenticating you onto all the other machines on the network.
2. Access Control Lists. The *nix world currently uses Read/Write/Execute permissions based on Owner/Group/World. NT on the otherhand, gives those and a few more, while being able to specify these rights per user(s) and/or per group(s), note the multiples.
3. Rules for corporate network. Basically, you define a set of rules for ACL's, and all the machines in the network use those rules. Active Directory is the example here.
And to top it off, Ameesh asserts that if *nix doesn't have these, how is it ready for big time use in the corporate world?
Well, I am no expert on Linux, I'm only a casual user which is pretty much what every user here on this forum is, but I will attempt to answer these.
1. As stated before, use some sort of program that authenticates against LDAP. No idea if a nice polish program exists out there, but the servers can be free.
2. No idea on this one. Maybe the Sun Microsystems NIS setup can provide this.
3. Again, no idea.
Personally I don't think these 3 things are essential for corporate networking. Yeah they help if the company can use them, but they aren't essential.