ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/CCSAdmin/common.c
(Generate patch)

Comparing CCSAdmin/common.c (file contents):
Revision 805 by douglas, 2006-01-18T12:14:47-08:00 vs.
Revision 806 by douglas, 2006-06-28T19:53:21-07:00

# Line 91 | Line 91 | void authenticate(const char *program, j
91          {
92                  check(dup2(pipe_[1], 1), environment);
93                  check(close(pipe_[0]), environment);
94 <                check(execl(LDAPWHOAMI, program, "-D", name, "-W", "-x", "-y", secret, NULL), environment);
94 >                check(execl(LDAPWHOAMI, program, "-D", name, "-H", "ldaps://" MASTER, "-W", "-x", "-y", secret, NULL), environment);
95          }
96  
97          check(close(pipe_[1]), environment);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines