Welcome, Guest
Username Password: Remember me

How to create new group in Perforce.
(1 viewing) (1) Guest
Perforce
  • Page:
  • 1

TOPIC: How to create new group in Perforce.

How to create new group in Perforce. 9 months, 2 weeks ago #702

  • rajeshkumar
  • OFFLINE
  • Moderator
  • I love software configuration management
  • Posts: 370
  • Points: 44559
  • Karma: 4
  • Honor Medal 2009
Step 1: Login to perforce server using super account.
 p4 -p <port> -u <username> login

Step 2: Create a group using following command
 p4 -p <port> -u <username> group <groupname>

Step 3: This will prompt you a form in which you need to add LDAP ids which is suppose to a part of that group.

Step 4: Later you can access of the group in protect table by following
 p4 -p <port> -u <username> group protect
and you can add following lines in it.

read group <groupname> * //...
write group <groupname> * //...

For more information, please refer following url….
www.perforce.com/perforce/doc.current/ma.../cmdref/protect.html
www.perforce.com/perforce/doc.current/manuals/cmdref/group.html
Regards,
Rajesh Kumar
Build and Release Engineer
My Blog: community.scmgalaxy.com/pg/profile/rajeshkumar
  • Page:
  • 1
Time to create page: 0.47 seconds

     
    
Home Forum