source:
server/common/oursrc/accountadm/vhostedit
@
  765
        
        | Last change on this file since 765 was 765, checked in by presbrey, 17 years ago | |
|---|---|
| 
 | |
| File size: 165 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh | 
| 2 | |
| 3 | if [ ! "$1" ]; then | 
| 4 | echo "Usage: $0 <vhost>" | 
| 5 | exit 2 | 
| 6 | fi | 
| 7 | |
| 8 | exec ldapvi "(&(objectClass=apacheConfig)(|(apacheServerName=$1)(apacheServerAlias=$1)))" | 
Note: See TracBrowser
        for help on using the repository browser.
    
