Find the Best Cosmetic Hospitals

Explore trusted cosmetic hospitals and make a confident choice for your transformation.

“Invest in yourself — your confidence is always worth it.”

Explore Cosmetic Hospitals

Start your journey today — compare options in one place.

Write a script to find all users who have not set

rajeshatbuzz created the topic: Write a script to find all users who have not set
#!/usr/bin/ruby
require “P4”
p4 = P4.new
p4.parse_forms
p4.connect
p4.run_users.each do
|u|
user = p4.fetch_user( u[ “User” ] )
puts( user[ “User” ] ) unless user.has_key?( “Password” )
end

rajeshkumar replied the topic: Re: Write a script to find all users who have not set
Above program is useful when you have p4 security level set to 0.

However, 0 is not recommend practice and you can increase the p4 server authentication process by setting up following command..

p4 counter -f security 1 or 2 or 3

for more info…refer p4 counter and seclevel in manuals
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn

Find Trusted Cardiac Hospitals

Compare heart hospitals by city and services — all in one place.

Explore Hospitals

Similar Posts

  • Perforce / Helix Tutorials

    Server guide: https://www.perforce.com/manuals/p4sag/Content/P4SAG/chapter.install.html Basic operations: https://www.perforce.com/video-tutorials/basic-operations-p4v Basic workflow: https://www.perforce.com/video-tutorials/basic-workflow Visual client user guide: https://www.perforce.com/manuals/p4v/ Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market tips at Stocks Mantra, health and fitness guidance at My Medic Plus,…

  • P4 Revert error

    scmuser created the topic: P4 Revert error I am getting a P4 error I don’t know how to fix. Hopefully you have a solution for it. I have a file needs to be resolved, when I clicked on the Accept Merge, P4 said: “File rename failed after 10 attempts, rename cannot create a file when…

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments