[Freeipa-devel] error in ipa-replica-prepare script?

Rob Crittenden rcritten at redhat.com
Mon Feb 4 15:02:23 UTC 2008


David O'Brien wrote:
> When I run this it tells me that /etc/dirsrv/slapd-AUSTRALIA.COM/ 
> doesn't exist. The directory is actually /etc/dirsrv/slapd-AUSTRALIA-COM/
> 
> Where lies the error and can I fix it locally without waiting for a 
> patch, etc?
> 
> thanks a lot
> 

edit /usr/lib/python2.5/site-packages/ipaserver/dsinstance.py and make 
config_dirname() look like:

def config_dirname(serverid):
     return "/etc/dirsrv/slapd-" + realm_to_serverid(serverid) + "/"

Can you file a bug on this?

rob
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3245 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20080204/dede3d87/attachment.bin>


More information about the Freeipa-devel mailing list