Hello, not sure if you are asking for all the users, or vagrant local user.
For vagrant user, I can't tell you HOW to do it, so sorry for giving half reply. But in normal production systems, you set a level of UID or that have a special character as password, where will go to look at ldap say if UID is more than 5000, or password is ! in that way you can have local users, that will log faster. if the question is for the ldap users, then, try login, then do su - <user> and see if goes any faster.. this will tell you if local/remote is any difference. on top of that.. check the ldap/pam configuration, since are 2 levels.. one is user info, other is user auth. and depending on what you want, are plenty of combinations on required/sufficient, so the idea is check auth, and let the user in, rather than validate everywhere and then let the user in.. Do they have this same setup in other machines and work fast? same OS version? On Wed, Feb 25, 2015 at 4:07 AM, Nicola <[email protected]> wrote: > Hi all, > I've a vagrant project in HyperV with Vm that using freebsd 10.1. This vm > are configured to use LDAP to login users. the problem is the login is very > slow (in order than 100 seconds to log in the vm via ssh). I've disabled VMQ > in the parameters of network in hyperv but nothing change. > > Any idea? > > thanks a lot. > > Greetings > Nicola > > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
